{"id":26930,"date":"2025-10-07T09:22:07","date_gmt":"2025-10-07T09:22:07","guid":{"rendered":"https:\/\/www.dlongwood.com\/?post_type=productos&#038;p=26930"},"modified":"2026-03-24T14:35:48","modified_gmt":"2026-03-24T14:35:48","slug":"the-seqone-genomic-analysis-platform","status":"publish","type":"productos","link":"https:\/\/www.dlongwood.com\/en\/product-catalog\/the-seqone-genomic-analysis-platform\/","title":{"rendered":"The SeqOne Genomic Analysis Platform"},"content":{"rendered":"\n<!-- Bloque de Estilos Scoped (Aislados, Blindados y Escalados a 14px) -->\n<style>\n    \/* Importaci\u00f3n de fuentes corporativas *\/\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;700&family=Raleway:wght@300;400;500;600;700&display=swap');\n\n    \/* Contenedor Principal Aislado *\/\n    .dlw-prod-wrapper {\n        font-family: 'Raleway', sans-serif !important;\n        color: #000000 !important;\n        line-height: 1.6 !important;\n        background-color: transparent !important;\n        padding: 0 !important;\n        max-width: 100% !important;\n        text-align: left !important;\n        display: block !important;\n        font-size: 14px !important; \/* ANCLAJE: Ignora el tama\u00f1o root defectuoso de Bricks *\/\n    }\n\n    \/* Variables CSS locales *\/\n    .dlw-prod-wrapper {\n        --dlw-blue-dark: #003a70;\n        --dlw-blue-cyan: #00a1e0;\n        --dlw-light-bg: #f9fbfd;\n        --dlw-grey-bg: #f4f6f8;\n        --dlw-border: #e1e8f0;\n    }\n\n    \/* Titulares H2 *\/\n    .dlw-prod-wrapper h2 {\n        font-family: 'Playfair Display', serif !important;\n        color: var(--dlw-blue-dark) !important;\n        margin-top: 2.5em !important;\n        margin-bottom: 0.8em !important;\n        font-size: 1.8em !important;\n        font-weight: 700 !important;\n        border-bottom: 2px solid var(--dlw-border) !important;\n        padding-bottom: 10px !important;\n        display: block !important;\n    }\n\n    \/* P\u00e1rrafos est\u00e1ndar *\/\n    .dlw-prod-wrapper p {\n        font-weight: 400 !important;\n        margin-bottom: 1.2em !important;\n        text-align: justify !important;\n        font-size: 1.25em !important; \/* 1.25em sobre 14px = 17.5px reales *\/\n        color: #333333 !important;\n    }\n\n    \/* Negritas corporativas *\/\n    .dlw-prod-wrapper strong {\n        color: var(--dlw-blue-dark) !important;\n        font-weight: 700 !important;\n    }\n\n    \/* Lead \/ Descripci\u00f3n Corta (Caja Azul Corporativa) *\/\n    .dlw-lead-box {\n        background-color: var(--dlw-blue-dark) !important;\n        color: #ffffff !important;\n        padding: 2.5em 3em !important;\n        margin-bottom: 3em !important;\n        border-radius: 8px !important;\n        box-shadow: 0 6px 25px rgba(0, 58, 112, 0.2) !important;\n    }\n\n    .dlw-lead-box p {\n        color: #ffffff !important;\n        font-size: 1.35em !important;\n        font-weight: 500 !important;\n        margin-bottom: 0 !important;\n        text-align: left !important;\n    }\n\n    \/* Caja de destacado t\u00e1ctico (Gris claro \/ Cian) para la IA *\/\n    .dlw-highlight-box {\n        background-color: var(--dlw-grey-bg) !important;\n        border-left: 6px solid var(--dlw-blue-cyan) !important;\n        padding: 2em 2.5em !important;\n        margin: 2em 0 !important;\n        box-shadow: 0 4px 20px rgba(0, 58, 112, 0.04) !important;\n        border-radius: 0 6px 6px 0 !important;\n    }\n\n    .dlw-highlight-box p {\n        margin-bottom: 0.8em !important;\n    }\n\n    .dlw-highlight-box p:last-child {\n        margin-bottom: 0 !important;\n    }\n\n    \/* Im\u00e1genes de Software (Con bordes y sombras para integrarse bien) *\/\n    .dlw-software-img {\n        width: 100% !important;\n        height: auto !important;\n        display: block !important;\n        margin: 2.5em auto !important;\n        max-width: 90% !important;\n        border-radius: 6px !important;\n        border: 1px solid var(--dlw-border) !important;\n        box-shadow: 0 8px 25px rgba(0, 58, 112, 0.08) !important;\n        transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;\n    }\n\n    .dlw-software-img:hover {\n        transform: scale(1.02) !important;\n        cursor: zoom-in !important;\n    }\n\n    \/* Listas est\u00e1ndar (Puntos) *\/\n    .dlw-list {\n        display: flex !important;\n        flex-direction: column !important;\n        margin-bottom: 2em !important;\n        padding-left: 0 !important;\n    }\n\n    .dlw-list-item {\n        position: relative !important;\n        padding-left: 1.5em !important;\n        margin-bottom: 0.8em !important;\n        text-align: left !important;\n        font-size: 1.25em !important;\n        color: #333333 !important;\n        display: block !important;\n    }\n\n    .dlw-list-item::before {\n        content: \"\u2022\" !important;\n        position: absolute !important;\n        left: 0 !important;\n        color: var(--dlw-blue-cyan) !important;\n        font-weight: bold !important;\n    }\n\n    \/* Listas Check (Aspectos Clave) *\/\n    .dlw-check-list {\n        display: grid !important;\n        grid-template-columns: 1fr 1fr !important;\n        gap: 1.5em 2em !important;\n        margin: 2em 0 !important;\n        background-color: var(--dlw-light-bg) !important;\n        padding: 2.5em !important;\n        border-radius: 8px !important;\n        border-left: 6px solid var(--dlw-blue-cyan) !important;\n    }\n\n    .dlw-check-item {\n        display: flex !important;\n        align-items: flex-start !important;\n        gap: 12px !important;\n        font-size: 1.2em !important;\n        color: var(--dlw-blue-dark) !important;\n        font-weight: 500 !important;\n        line-height: 1.4 !important;\n    }\n\n    .dlw-check-icon {\n        width: 24px !important;\n        height: 24px !important;\n        min-width: 24px !important;\n        fill: var(--dlw-blue-cyan) !important;\n        margin-top: 2px !important;\n        flex-shrink: 0 !important;\n    }\n\n    \/* Responsive *\/\n    @media (max-width: 768px) {\n        .dlw-lead-box { padding: 1.8em !important; }\n        .dlw-highlight-box { padding: 1.5em !important; }\n        .dlw-check-list { grid-template-columns: 1fr !important; padding: 1.5em !important; }\n        .dlw-software-img { max-width: 100% !important; }\n    }\n<\/style>\n\n<!-- ==========================================\n     CONTENIDO UNIFICADO Y BLINDADO\n     ========================================== -->\n<div class=\"dlw-prod-wrapper\">\n\n    <!-- Descripci\u00f3n Corta (Lead Box) -->\n    <div class=\"dlw-lead-box\">\n        <p>SeqOne is an in vitro diagnostic platform for genetic analysis, designed to help healthcare professionals interpret next-generation sequencing (NGS) and array CGH data. The platform provides qualitative and actionable results, functioning as a clinical decision support system.<\/p>\n    <\/div>\n\n    <!-- Caracter\u00edsticas Principales -->\n    <h2>Key features<\/h2>\n    <p>It is an in vitro diagnostic medical device, <strong>Class C with CE-IVD marking and certified according to the IVDR Regulation<\/strong>, which ensures compliance with the highest quality and safety standards.<\/p>\n    <p>Its universal compatibility allows it to integrate seamlessly with any sequencer and laboratory process, advancedly optimizing the genomic workflow and improving efficiency at every stage of the analysis. With clinical validation and integration with recognized databases, SeqOne guarantees accurate and reliable diagnoses.<\/p>\n    <p>Furthermore, its powerful Artificial Intelligence (DiagAI) prioritizes genetic variants, facilitating the analysis and diagnosis of multiple genetic-based pathologies. Security is a priority, which is why it features a patented double encryption system and servers certified with ISO 27001 and HDS, ensuring maximum protection of patient data.<\/p>\n    \n    <img decoding=\"async\" src=\"https:\/\/www.dlongwood.com\/wp-content\/uploads\/2025\/10\/seone-cobertura-768x372.webp\" alt=\"SeqOne Coverage\" class=\"dlw-software-img\" title=\"\">\n\n    <!-- Aplicaciones cl\u00ednicas -->\n    <h2>Clinical applications<\/h2>\n    <p>The SeqOne genomic data tool allows healthcare professionals to have a solution that optimizes workflows and transforms complex data into clear, actionable results, with the security and confidence of having the highest standards of quality and data protection.<\/p>\n    <p>It facilitates informed clinical decision-making, improving efficiency in laboratories and optimizing patient care in medical areas as diverse as rare diseases, cardiology, neurology, psychiatry, carrier screening, and hereditary cancer, among many others.<\/p>\n\n    <img decoding=\"async\" src=\"https:\/\/www.dlongwood.com\/wp-content\/uploads\/2025\/10\/seqone_genes-768x535.webp\" alt=\"SeqOne Gene Analysis\" class=\"dlw-software-img\" title=\"\">\n\n    <!-- Beneficios y M\u00f3dulo IA -->\n    <h2>Benefits<\/h2>\n    <p>The platform stands out for its workflow automation: it offers the possibility to automate processes, enabling fast transfers, effortless exports, and unlimited computational power.<\/p>\n    <p>The true optimization of the analysis lies in its <strong>AI-driven tools<\/strong>, which drastically accelerate variant interpretation:<\/p>\n\n    <div class=\"dlw-highlight-box\">\n        <div class=\"dlw-list\">\n            <span class=\"dlw-list-item\"><strong>DiagAI:<\/strong> Automatically identifies 96% of diagnostic variants.<\/span>\n            <span class=\"dlw-list-item\"><strong>SmartPick:<\/strong> Instantly highlights the most likely variant, with a specificity of 92%.<\/span>\n        <\/div>\n    <\/div>\n\n    <img decoding=\"async\" src=\"https:\/\/www.dlongwood.com\/wp-content\/uploads\/2025\/10\/seqone_flujo-768x266.png\" alt=\"SeqOne Workflow\" class=\"dlw-software-img\" title=\"\">\n\n    <!-- P\u00fablico \/ Usuario previsto -->\n    <h2>Intended audience\/user<\/h2>\n    <p>Software solution designed for healthcare professionals and diagnostic laboratories looking to optimize the interpretation of genetic data, especially in the areas of rare diseases, hereditary disorders, carrier screening, and hereditary cancer.<\/p>\n\n    <img decoding=\"async\" src=\"https:\/\/www.dlongwood.com\/wp-content\/uploads\/2025\/10\/seqone.webp\" alt=\"SeqOne Interface\" class=\"dlw-software-img\" title=\"\">\n\n    <!-- Aspectos Clave -->\n    <h2>Key Features<\/h2>\n    \n    <div class=\"dlw-check-list\">\n        <div class=\"dlw-check-item\">\n            <svg class=\"dlw-check-icon\" viewBox=\"0 0 24 24\"><path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z\"\/><\/svg>\n            <span><strong>Full integration<\/strong> with NGS and array-CGH data, as well as universal compatibility with any sequencer and laboratory process.<\/span>\n        <\/div>\n        <div class=\"dlw-check-item\">\n            <svg class=\"dlw-check-icon\" viewBox=\"0 0 24 24\"><path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z\"\/><\/svg>\n            <span><strong>AI optimization<\/strong>, accelerating analysis to obtain accurate results quickly and explained for informed decision-making.<\/span>\n        <\/div>\n        <div class=\"dlw-check-item\">\n            <svg class=\"dlw-check-icon\" viewBox=\"0 0 24 24\"><path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z\"\/><\/svg>\n            <span><strong>Advanced modules<\/strong> that allow secondary analysis from FASTQ, as well as tertiary analysis from VCF and aCGH.<\/span>\n        <\/div>\n        <div class=\"dlw-check-item\">\n            <svg class=\"dlw-check-icon\" viewBox=\"0 0 24 24\"><path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z\"\/><\/svg>\n            <span>Ability to perform <strong>family analyses<\/strong>, which are essential for a better diagnosis of hereditary diseases.<\/span>\n        <\/div>\n        <div class=\"dlw-check-item\">\n            <svg class=\"dlw-check-icon\" viewBox=\"0 0 24 24\"><path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z\"\/><\/svg>\n            <span><strong>Strict regulatory compliance<\/strong>, including CE-IVD marking and ISO 13485 certification ensuring quality and safety in the clinical environment.<\/span>\n        <\/div>\n        <div class=\"dlw-check-item\">\n            <svg class=\"dlw-check-icon\" viewBox=\"0 0 24 24\"><path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z\"\/><\/svg>\n            <span><strong>Cloud computing power<\/strong> that allows the processing of large volumes of data without collapsing the hospital&#8217;s infrastructure.<\/span>\n        <\/div>\n    <\/div>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>SeqOne is an in vitro diagnostic platform for genetic analysis, designed to help healthcare professionals interpret next-generation sequencing (NGS) and array CGH data. The platform provides qualitative and actionable results, functioning as a clinical decision support system. Key features It is an in vitro diagnostic medical device, Class C with CE-IVD marking and certified according [&hellip;]<\/p>\n","protected":false},"featured_media":26932,"template":"","tecnologias":[36],"marcas":[518],"familias":[283,456,457],"class_list":["post-26930","productos","type-productos","status-publish","has-post-thumbnail","hentry","tecnologias-next-generation-sequencing-ngs","marcas-seqone_en","familias-molecular-genetics","familias-software-en","familias-software-solutions-for-germline-analysis"],"_links":{"self":[{"href":"https:\/\/www.dlongwood.com\/en\/wp-json\/wp\/v2\/productos\/26930","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dlongwood.com\/en\/wp-json\/wp\/v2\/productos"}],"about":[{"href":"https:\/\/www.dlongwood.com\/en\/wp-json\/wp\/v2\/types\/productos"}],"version-history":[{"count":1,"href":"https:\/\/www.dlongwood.com\/en\/wp-json\/wp\/v2\/productos\/26930\/revisions"}],"predecessor-version":[{"id":26934,"href":"https:\/\/www.dlongwood.com\/en\/wp-json\/wp\/v2\/productos\/26930\/revisions\/26934"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.dlongwood.com\/en\/wp-json\/wp\/v2\/media\/26932"}],"wp:attachment":[{"href":"https:\/\/www.dlongwood.com\/en\/wp-json\/wp\/v2\/media?parent=26930"}],"wp:term":[{"taxonomy":"tecnologias","embeddable":true,"href":"https:\/\/www.dlongwood.com\/en\/wp-json\/wp\/v2\/tecnologias?post=26930"},{"taxonomy":"marcas","embeddable":true,"href":"https:\/\/www.dlongwood.com\/en\/wp-json\/wp\/v2\/marcas?post=26930"},{"taxonomy":"familias","embeddable":true,"href":"https:\/\/www.dlongwood.com\/en\/wp-json\/wp\/v2\/familias?post=26930"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}