Literature DB >> 29860484

VarAFT: a variant annotation and filtration system for human next generation sequencing data.

Jean-Pierre Desvignes1, Marc Bartoli1, Valérie Delague1, Martin Krahn1,2, Morgane Miltgen1, Christophe Béroud1,2, David Salgado1.   

Abstract

With the rapidly developing high-throughput sequencing technologies known as next generation sequencing or NGS, our approach to gene hunting and diagnosis has drastically changed. In <10 years, these technologies have moved from gene panel to whole genome sequencing and from an exclusively research context to clinical practice. Today, the limit is not the sequencing of one, many or all genes but rather the data analysis. Consequently, the challenge is to rapidly and efficiently identify disease-causing mutations within millions of variants. To do so, we developed the VarAFT software to annotate and pinpoint human disease-causing mutations through access to multiple layers of information. VarAFT was designed both for research and clinical contexts and is accessible to all scientists, regardless of bioinformatics training. Data from multiple samples may be combined to address all Mendelian inheritance modes, cancers or population genetics. Optimized filtration parameters can be stored and re-applied to large datasets. In addition to classical annotations from dbNSFP, VarAFT contains unique features at the disease (OMIM), phenotypic (HPO), gene (Gene Ontology, pathways) and variation levels (predictions from UMD-Predictor and Human Splicing Finder) that can be combined to optimally select candidate pathogenic mutations. VarAFT is freely available at: http://varaft.eu.

Entities:  

Mesh:

Year:  2018        PMID: 29860484      PMCID: PMC6030844          DOI: 10.1093/nar/gky471

Source DB:  PubMed          Journal:  Nucleic Acids Res        ISSN: 0305-1048            Impact factor:   16.971


INTRODUCTION

Massively parallel sequencing, also called NGS (next generation sequencing), led to a genetic revolution with the ability to sequence any human genome in a few hours. Nevertheless, despite the thousands of exomes and genomes that have been studied (Genome Aggregation Database (gnomAD) (1)), we still have only a limited vision of the human genome variability especially in the context of rare human genetic disease. Indeed, most disease-causing mutations are private, and the availability of functional tests is limited. Therefore, distinguishing neutral mutations from disease-causing ones is challenging. This is even more challenging for rare diseases, defined in Europe as conditions with a frequency below 1: 2000, most of them being very rare. A review from Orphanet (2), revealed that the majority of rare diseases are defined by a handful of published reports describing a few individuals with a previously unidentified genetic syndrome. It is now accepted that the limitation is no longer the sequencing of one, many or all genes but rather the data analysis. In addition, while scientists were previously experts for a limited number of genes, they are now facing the ‘all genes data deluge’. This revolution has therefore resulted in a dependency on bioinformatics tools and methods to gather, store, analyze and mine the data flow. Indeed, NGS technologies typically result in the production of hundreds of millions to billions of reads per exome or genome, respectively. The analysis of these raw data can be divided into three steps as described by Gargis et al. (3). The primary analysis includes the production of sequence reads and assignment of base quality scores; the secondary analysis includes de-multiplexing, alignment of reads to a reference genome and variant calling; and the tertiary analysis is dedicated to the identification of disease-causing mutations. It involves the annotation and filtration of identified sequence variations. As reported by Salgado et al. (4) and Eilbeck et al. (5), the annotation includes various layers that should be combined in the filtration step to rapidly select a handful of candidate mutations. This filtration step can benefit from the combination of data from multiple samples as reported by Sawyer et al. (6) with Whole Exome Sequencing (WES) success rates ranging from 23% for singletons to 34% for families. To simplify this tedious process, various systems have been released such as QueryOR (7), VarElect (8), VCF-Miner (9) and BierApp (10). To annotate and prioritize mutations, these systems include multiple annotations either captured through global systems such as ANNOVAR (11) and VEP (12) or individually retrieved. However, they only partially respond to users' needs and may require a preliminary annotation step performed by bioinformaticians. In addition, for web-based solutions, confidentiality issues may arise depending on national legislation (13). In this context, we designed a new system called VarAFT (Variant Annotation and Filtration Tool), that provides a full graphical interface and includes unique features to improve mutation annotation and prioritization. It combines classical data (phylogenetic, conservation and protein structures) with additional information at variant, gene and phenotype levels. In addition, it is one of the few systems able to combine small (single nucleotide variations, small insertion/deletions) and large rearrangements (copy number variations) to get a comprehensive picture of the individual genome. With VarAFT, users can easily annotate, filter and perform breadth and depth of coverage analysis from their data without computer programming skills and with limited hardware requirements, to efficiently identify disease-causing mutations as demonstrated in various situations (14–21).

MATERIALS AND METHODS

VarAFT is a freely available application written in Java and can therefore be used on most computers. Various binaries are available to download for Mac, Windows and Linux operating systems. VarAFT does not require any specific hardware configuration, however performances are dependent on the number of CPU cores and the amount of available memory. For example, the annotation of one sample containing 58,783 variations takes 19 min with 1 CPU core and drops to 9 min with 4 CPU cores. The breadth and depth of coverage analysis of the same sample takes 21 min with 1 CPU core and 7 min with 4. This time could be reduced to, respectively, 27 and 6 s if the user limits the breadth and depth of coverage analysis to the ACMG actionable genes list (22). Specific versions have been created to allow the installation of VarAFT on Windows machines without administrative rights. The graphical user interface was created using the Java Swing library. The ‘coverage module’ use BEDTools (23) to compute breadth and depth of coverage data for any sequencing experiment using BAM files. Tables and charts are respectively generated with the Swing JTable library from Oracle (http://oracle.com) and the JFreeChart library (http://jfree.org). The breadth and depth of coverage analysis is performed at the genomic level unless a BED file is provided to limit the analysis to regions of interest. The ‘annotation module’ can collect variant data from various file formats including VCF/gVCF (single or multisamples) or tabulated files. It combines all information from the dbNSFP (24) and ANNOVAR with unique features including OMIM (25), HPO (26), Gene Ontology (27), pathways (Reactome (28), KEGG (29), PID (30)) and predictions from UMD-Predictor (31) and HSF (Human Splicing Finder) (32). Note that ANNOVAR, KEGG, UMD-Predictor and HSF require a user registration to comply with their license. Once annotated, data from any sample can be combined through the ‘filtration module’. It allows users to combine data from multiple sources and layers. The display mode can be parametered to display a subset of available columns. Interactive filtration features allow the progressive reduction of the list of candidate mutations by combining the various annotations. An in-house mutation database can be generated by VarAFT or provided by users, to exclude frequent mutations reported in a specific population and/or platform-dependent artefacts. Once filtration steps have been defined and validated, they can be saved, reapplied and shared for subsequent analysis to ensure filtration standardization in a clinical diagnosis context or for large research networks. At any filtration step, selected data can be exported for downstream analysis or reporting. Moreover, the quality of each selected mutation can be viewed in its sequencing context using IGV (33) directly from VarAFT.

RESULTS

A highly integrative system to easily pinpoint candidate disease-causing variants

As previously reported, the ability to efficiently filter genetic variation to select candidate disease-causing mutations is improved by combining data at the variant, gene and phenotypic levels (4,5). Although multiple information are available at each level, no system was able to collect and combine all this information (4). VarAFT was therefore designed to aggregate a substantially larger amount of information including the ability to combine small and large genetic variants (Table 1). In parallel, to simplify the combination of data from multiple samples, the user is able to combine samples according to predefined transmission modes, autosomal recessive or dominant, and to take into account pedigree structure (consanguinity, de novo mutations) (Figure 1). To accommodate other types of scenario, such as analysis of somatic mutations or population genetics, a custom module is also available.
Table 1.

Different annotations available within VarAFT and their availability for filtration

LEVELANNOTATIONFILTRATION
VARIANTLocalization
RefGene (Gene, Transcript, Function, Nomenclature)X
Ensembl (Gene, Transcript, Function, Nomenclature)X
Frequency
1000 GenomesX
DbSNPX
Genome Aggregation Database (gnomAD)X
Known VARiants (KaViar)X
Haplotype Reference Consortium (HRCR1)X
Great Middle East Database (GME)X
Prediction
UMD-PredictorX
Human Splicing FinderX
SIFTX
Polyphen 2X
LRTX
Mutation TasterX
Mutation AssessorX
FATHMM
PROVEANX
VEST3
MetaSVM
MetaLR
M-CAPX
CADDX
DANNX
FATHMM-MKL
EigenX
GERP++X
Conservation
phyloP100way
phyloP20way
phastCons100way
phastCons20way
SiPhy_29way
wgRNA
predicted microRNA targets (target ScanS)
genomicSuperDups
gwasCatalog
wgEncodeBroadHmmGm12878HMM
GENEExpression
GTExX
Pathways/GO
KEGGX
Pathway Interactome Database (PID)X
REACTOMEX
Gene OntologyX
Score Tolerance
Residual Variation Intolerance Score (RVIS)X
Gene Damaging Index (GDI)X
Lost Of Function Tool (LOF)X
genome-wide haploinsufficiency score (GHIS)X
DISEASE PHENOTYPEOntology
Human Phenotype Ontology (HPO)X
Database
Online Mendelian Inheritance in Man (OMIM)X
Catalogue Of Somatic Mutations In Cancer (Cosmic)X
ClinVarX

X = annotation available for filtration.

Figure 1.

Analysis and Filtration module. (A) Top: main screen for filtration and analysis of variants. Top part: easy combination of samples (singleton, trio or any combination) for AD, ARD or other modes of inheritance. Middle: filtration parameters. Bottom: list of annotated variants. This list is dynamically updated based on filtration criteria. (B) Filtration criteria are divided into five sections (variant type, frequency, pathogenicity predictions, gene information and others) including multiple parameters that can be combined by the user. (C) The selection of one variant from the list gives access to additional data related to: general information linked to the variant itself, the presence of this variant in the analysed samples/patients, its impact on transcripts and related HGVS nomenclature (RefGene and Ensembl), its reported frequency in general populations, the prediction of its pathogenicity from multiple tools, the tolerance to loss of function of the related gene, the tissue expression pattern of the gene/transcripts, additional information related to chromosomal region as promotors, regulatory regions, etc. and access to various useful external websites.

Analysis and Filtration module. (A) Top: main screen for filtration and analysis of variants. Top part: easy combination of samples (singleton, trio or any combination) for AD, ARD or other modes of inheritance. Middle: filtration parameters. Bottom: list of annotated variants. This list is dynamically updated based on filtration criteria. (B) Filtration criteria are divided into five sections (variant type, frequency, pathogenicity predictions, gene information and others) including multiple parameters that can be combined by the user. (C) The selection of one variant from the list gives access to additional data related to: general information linked to the variant itself, the presence of this variant in the analysed samples/patients, its impact on transcripts and related HGVS nomenclature (RefGene and Ensembl), its reported frequency in general populations, the prediction of its pathogenicity from multiple tools, the tolerance to loss of function of the related gene, the tissue expression pattern of the gene/transcripts, additional information related to chromosomal region as promotors, regulatory regions, etc. and access to various useful external websites. X = annotation available for filtration.

Experiment quality control compatible with clinical use

The ‘coverage analysis module’ was designed to evaluate experiment quality. It provides the breadth and depth of coverage for any transcript or exon at the nucleotide level, either through dynamic histograms or tables (Figure 2). A report can be generated to rank genes and exons according to their breadth of coverage at a depth of 1, 5, 10, 20 or 30× and evaluate their quality in accordance with international guidelines (EuroGentest: www.eurogentest.org). In a clinical diagnosis context, BED files can be provided or generated through VarAFT to restrict the exome analysis to some transcripts or genes. Indeed, as indicated in the Eurogentest guidelines, to limit incidental findings it is recommended to focus on genes of interest for which a relationship between genotype and phenotype has been published and confirmed (34).
Figure 2.

Breadth and depth of coverage analysis of a WES experiment. (A) Top: main screen displaying the list of gene symbols and associated RefSeq transcripts, number of exons and coding sequence size with the following statistical values: mean depth ± standard deviation and breadth of coverage at 30×, 20×, 10×, 5× and 1× depth. Bottom-left: breadth of coverage for each exon of the selected transcript at a selected depth (20× for transcript NM_001244910 of the FCGR1B gene); Bottom-right: breadth of coverage at the nucleotide level of a selected exon (exon 1 of the NM_001244910 transcript). (B) Histogram displaying the percentage of transcripts with a breadth of coverage superior or equal to a depth of 1× (red), 5× (blue), 10× (green), 20× (yellow) and 30× (purple). (C) Breadth of coverage representation of the various exons from all transcripts of the selected gene (MEN1). Color code as for Figure 1A and C: red = <10× depth of coverage; yellow = 10–20× depth of coverage; blue ≥ 20× depth of coverage.

Breadth and depth of coverage analysis of a WES experiment. (A) Top: main screen displaying the list of gene symbols and associated RefSeq transcripts, number of exons and coding sequence size with the following statistical values: mean depth ± standard deviation and breadth of coverage at 30×, 20×, 10×, 5× and 1× depth. Bottom-left: breadth of coverage for each exon of the selected transcript at a selected depth (20× for transcript NM_001244910 of the FCGR1B gene); Bottom-right: breadth of coverage at the nucleotide level of a selected exon (exon 1 of the NM_001244910 transcript). (B) Histogram displaying the percentage of transcripts with a breadth of coverage superior or equal to a depth of 1× (red), 5× (blue), 10× (green), 20× (yellow) and 30× (purple). (C) Breadth of coverage representation of the various exons from all transcripts of the selected gene (MEN1). Color code as for Figure 1A and C: red = <10× depth of coverage; yellow = 10–20× depth of coverage; blue ≥ 20× depth of coverage.

Use case demonstrating VarAFT efficiency in various situations

VarAFT has been extensively used in both clinical diagnosis and research contexts. Disease-causing mutations were identified from trio, cohorts and individual cases from autosomal dominant and recessive diseases, such as dystonia, neuromuscular disorders, mental retardation and premature aging. For example, VarAFT was recently used to analyze 306 genes in a cohort of distal myopathy patients (35). The software was also evaluated as a prioritization system to highlight mutations involved in cancers (14) and other situations (14–21). To demonstrate VarAFT usefulness and efficiency, we chose the following use cases: Use case #1. The first dataset was extracted from Kamphans et al. and contains VCF files from four individuals (464, 465, 466 and 467) (36) from a family with an autosomal recessive disease. Each sample contained respectively 20 708, 20 560, 20 552 and 20 547 variants. The VarAFT processing for this family included the following five steps: (i) combination of data from the various samples taking into account the mode of inheritance (AR) to select compound heterozygous in the affected individuals (464 and 465) and present in only one parent (466 and 467); (ii) selection of variants localized in exons or bordering introns (±4 bp); (iii) exclusion of variants with a frequency in general populations above 1%; (iv) selection of variants predicted as pathogenic by CADD (37) and (v) selection of variants predicted as pathogenic by the UMD-Predictor system. Note that steps can be conducted in any order and will lead to the same result. The two remaining variants correspond to the two mutations, c.2869C>T (p.Leu957Phe) and c.2355dupC (p.Gly785fs), in the PIGO gene, identified by the authors as the disease-causing mutations in this family (Figure 3).
Figure 3.

Use case#1. The identification of the disease-causing mutations from the AR family described by Kamphans et al. (36) including data from four members. It was performed in five steps using mainly data from the variant annotation layer. * gnomAD; 1000 genomes; KaViar; HRCR1 and GME databases; ** polymorphism and probably polymorphism were excluded.

Use case#1. The identification of the disease-causing mutations from the AR family described by Kamphans et al. (36) including data from four members. It was performed in five steps using mainly data from the variant annotation layer. * gnomAD; 1000 genomes; KaViar; HRCR1 and GME databases; ** polymorphism and probably polymorphism were excluded. Use case #2 was extracted from Miltgen et al. and contains VCF files from four patients from a multigenerational family from Flemish origin with Craniocervical Dystonia and an autosomic dominant mode of inheritance (20). Each sample contained, respectively, 66 215, 58 783, 58 959 and 59 495 variants. The VarAFT processing for this family included the following seven steps: (i) combination of data from the various samples taking into account the mode of inheritance (AD) to select heterozygous variants in the affected individuals (D7, D8 and D11) and absent in D10; (ii) selection of variants localized in exons or bordering introns (±4 bp); (iii) exclusion of variants with a frequency in general populations above 1%; (iv) selection of variants predicted as pathogenic by CADD; (v) selection of variants predicted as pathogenic by the UMD-Predictor system; (vi) selection of genes expressed in the affected tissue (brain) and (vii) selection of genes associated with at least one (‘OR’ option) HPO term describing symptoms found in patients (dystonia, Blepharospasm and torticollis). Note that steps can be conducted in any order and will lead to the same result. The two remaining variants correspond to the mutation c.240+1G>T from the SURF1 gene and c.1969G>A (p.Ala657Thr) from the ANO3 gene. The SURF1 mutation was excluded as this gene is only involved in autosomal recessive diseases: Charcot-Marie-Tooth disease, type 4K (MIM #616624) and Leigh syndrome, due to COX IV deficiency (MIM #516000). In contrast, mutations from the ANO3 gene have been reported in the autosomal dominant Dystonia 24 and this mutation was identified by the authors as the disease-causing mutations in this family (Figure 4).
Figure 4.

Use case#2. The identification of the disease-causing mutations from the AD family described by Miltgen et al. (20) including data from four members. It was performed in seven steps using data from the variant annotation and the phenotype layers. * gnomAD; 1000 genomes; KaViar; HRCR1 and GME databases; ** polymorphism and probably polymorphism were excluded.

Use case#2. The identification of the disease-causing mutations from the AD family described by Miltgen et al. (20) including data from four members. It was performed in seven steps using data from the variant annotation and the phenotype layers. * gnomAD; 1000 genomes; KaViar; HRCR1 and GME databases; ** polymorphism and probably polymorphism were excluded. Use case #3 is an artificial VCF created by inserting the SH3TC2 compound heterozygous c.[279G>A]; [805+2T>C] disease-causing mutations identified by Piscosquito et al., 2016 (38) into a personal exome (https://personalgenomics.zone). The sample contained 37 694 variants. The VarAFT processing for this sample included the following five steps: (i) mode of inheritance (AR) to select only compound heterozygous variants; (ii) selection of variants localized in exons or bordering introns (±4 bp); (iii) exclusion of variants with a frequency in general populations above 1%; (iv) selection of variants predicted as pathogenic by the UMD-Predictor system; and (v) selection of genes associated with at least one (‘OR’ option) general HPO term associated with the pathology (‘Decreased number of large peripheral myelinated nerve fibers’ HP:0003387 or ‘Segmental peripheral demyelination’ HP:0007107). Note that steps can be conducted in any order and will lead to the same result. The two remaining variants correspond to the mutations c.2860C>T (p.Arg954*) and c.279G>A (p.Lys93Lys) from the SH3TC2 gene and identified by the authors as the disease-causing mutations in this family (Figure 5). Note that this mutation was predicted as pathogenic only by the UMD-Predictor system as it impacts the donor splice site. This was confirmed by predictions from the HSF system.
Figure 5.

Use case#3. The identification of the disease-causing mutations from an artificial single VCF corresponding to a proband with an AR. It was performed in five steps using data from the variant annotation and the phenotype layers. * gnomAD; 1000 genomes; KaViar; HRCR1 and GME databases; ** polymorphism and probably polymorphism were excluded.

Use case#3. The identification of the disease-causing mutations from an artificial single VCF corresponding to a proband with an AR. It was performed in five steps using data from the variant annotation and the phenotype layers. * gnomAD; 1000 genomes; KaViar; HRCR1 and GME databases; ** polymorphism and probably polymorphism were excluded. As illustrated in the three use cases, VarAFT was flexible enough to apply optimal filtration criteria taking into account the mode of inheritance and the available phenotypic information. In each case, the process resulted in the identification of the disease-causing mutations (Figures 3–5). Only a subset of information was used in the processes and additional features (pathways, tissue expression, etc.) are available for more complex situations.

DISCUSSION

VarAFT is a multiplatform freely available software that allows the simultaneous annotation, filtration, and breadth and depth of coverage analysis of WES, WGS and targeted sequencing experiments from any sequencing platform. Its graphical user interface, various modules and unique features, such as pathogenicity predictions from UMD-Predictor and HSF, allow untrained users to rapidly highlight disease-causing mutations in multiple genetic scenarios. In addition, VarAFT allows visualization of data quality (breadth and depth of coverage) through direct access to BAM files. The nucleotides and genotypes can also be easily accessed through IGV. As reported by Salgado et al. (4), on one hand, automatic prioritization systems are now available to ensure a homogeneous treatment of samples. However, these systems are based on previously established links between genotype and phenotype and can only solve a limited number of diagnosis and research problems. On the other hand, manual systems are numerous and heterogeneous in their content and filtration features. VarAFT was tailored to overcome identified limitations such as the access to multiple layers of information, the combination of small (SNV) and large (CNV) mutations in a single analysis and the accessibility for all scientists, regardless of bioinformatics skill level. So, users can rapidly end up with shorter and more accurate lists of candidate disease-causing mutations, facilitating downstream validation, gene discovery and genetic counseling. As a standalone application, it can be used for clinical diagnosis as data are processed locally avoiding network privacy issues. VarAFT uses recognized resources, formats and ontologies making it suitable for integration in any NGS environment. VarAFT was presented to the scientific community in various international training courses (RD-Connect, 3Gb-Test, Variant Effect Predictor training course from the Human Variome Project, ELIXIR training course on variants analysis) and was rapidly adopted by 800 users from more than 50 countries. At last, VarAFT was instrumental in the creation of the RD-Connect Genome-Phenome analysis platform (39).
  39 in total

1.  Improving molecular diagnosis of distal myopathies by targeted next-generation sequencing.

Authors:  Amandine Sevy; Mathieu Cerino; Svetlana Gorokhova; Eugénie Dionnet; Yves Mathieu; Annie Verschueren; Jérôme Franques; André Maues de Paula; Dominique Figarella-Branger; Arnaud Lagarde; Jean Pierre Desvignes; Christophe Béroud; Shahram Attarian; Nicolas Levy; Marc Bartoli; Martin Krahn; Emmanuelle Campana-Salort; Jean Pouget
Journal:  J Neurol Neurosurg Psychiatry       Date:  2015-03-17       Impact factor: 10.154

Review 2.  Settling the score: variant prioritization and Mendelian disease.

Authors:  Karen Eilbeck; Aaron Quinlan; Mark Yandell
Journal:  Nat Rev Genet       Date:  2017-08-14       Impact factor: 53.242

3.  Novel heterozygous mutation in ANO3 responsible for craniocervical dystonia.

Authors:  Morgane Miltgen; Arnaud Blanchard; Hélène Mathieu; Alexandre Kreisler; David Salgado; Agathe Roubertie; Laura Barre; Ghadi Rai; Veronique Blanck; Melissa Frederic; Xavier Douay; Ronald Mazzolenni; Pierre Charpentier; Victoria Gonzalez; Alain Destée; Christophe Béroud; Gwenaelle Collod-Béroud
Journal:  Mov Disord       Date:  2016-07-09       Impact factor: 10.338

4.  Exome sequencing reveals a de novo POLD1 mutation causing phenotypic variability in mandibular hypoplasia, deafness, progeroid features, and lipodystrophy syndrome (MDPL).

Authors:  Sahar Elouej; Ana Beleza-Meireles; Richard Caswell; Kevin Colclough; Sian Ellard; Jean Pierre Desvignes; Christophe Béroud; Nicolas Lévy; Shehla Mohammed; Annachiara De Sandre-Giovannoli
Journal:  Metabolism       Date:  2017-03-28       Impact factor: 8.694

5.  Recommendations for reporting of secondary findings in clinical exome and genome sequencing, 2016 update (ACMG SF v2.0): a policy statement of the American College of Medical Genetics and Genomics.

Authors:  Sarah S Kalia; Kathy Adelman; Sherri J Bale; Wendy K Chung; Christine Eng; James P Evans; Gail E Herman; Sophia B Hufnagel; Teri E Klein; Bruce R Korf; Kent D McKelvey; Kelly E Ormond; C Sue Richards; Christopher N Vlangos; Michael Watson; Christa L Martin; David T Miller
Journal:  Genet Med       Date:  2016-11-17       Impact factor: 8.822

6.  Macrothrombocytopenia and dense granule deficiency associated with FLI1 variants: ultrastructural and pathogenic features.

Authors:  Paul Saultier; Léa Vidal; Matthias Canault; Denis Bernot; Céline Falaise; Catherine Pouymayou; Jean-Claude Bordet; Noémie Saut; Agathe Rostan; Véronique Baccini; Franck Peiretti; Marie Favier; Pauline Lucca; Jean-François Deleuze; Robert Olaso; Anne Boland; Pierre Emmanuel Morange; Christian Gachet; Fabrice Malergue; Sixtine Fauré; Anita Eckly; David-Alexandre Trégouët; Marjorie Poggi; Marie-Christine Alessi
Journal:  Haematologica       Date:  2017-03-02       Impact factor: 9.941

7.  PID: the Pathway Interaction Database.

Authors:  Carl F Schaefer; Kira Anthony; Shiva Krupa; Jeffrey Buchoff; Matthew Day; Timo Hannay; Kenneth H Buetow
Journal:  Nucleic Acids Res       Date:  2008-10-02       Impact factor: 16.971

8.  Guidelines for diagnostic next-generation sequencing.

Authors:  Gert Matthijs; Erika Souche; Mariëlle Alders; Anniek Corveleyn; Sebastian Eck; Ilse Feenstra; Valérie Race; Erik Sistermans; Marc Sturm; Marjan Weiss; Helger Yntema; Egbert Bakker; Hans Scheffer; Peter Bauer
Journal:  Eur J Hum Genet       Date:  2015-10-28       Impact factor: 4.246

9.  The Reactome pathway Knowledgebase.

Authors:  Antonio Fabregat; Konstantinos Sidiropoulos; Phani Garapati; Marc Gillespie; Kerstin Hausmann; Robin Haw; Bijay Jassal; Steven Jupe; Florian Korninger; Sheldon McKay; Lisa Matthews; Bruce May; Marija Milacic; Karen Rothfels; Veronica Shamovsky; Marissa Webber; Joel Weiser; Mark Williams; Guanming Wu; Lincoln Stein; Henning Hermjakob; Peter D'Eustachio
Journal:  Nucleic Acids Res       Date:  2015-12-09       Impact factor: 16.971

10.  Ethical issues in consumer genome sequencing: Use of consumers' samples and data.

Authors:  Emilia Niemiec; Heidi Carmen Howard
Journal:  Appl Transl Genom       Date:  2016-02-01
View more
  48 in total

1.  The Lebanese Allele in the PET100 Gene: Report on Two New Families with Cytochrome c Oxidase Deficiency.

Authors:  Hicham Mansour; Sandra Sabbagh; Sami Bizzari; Stephany El-Hayek; Eliane Chouery; Alicia Gambarini; Martin Gencik; André Mégarbané
Journal:  J Pediatr Genet       Date:  2019-04-16

Review 2.  Detecting Causal Variants in Mendelian Disorders Using Whole-Genome Sequencing.

Authors:  Abdul Rezzak Hamzeh; T Daniel Andrews; Matt A Field
Journal:  Methods Mol Biol       Date:  2021

3.  A novel homozygous RTEL1 variant in a consanguineous Lebanese family: phenotypic heterogeneity and disease anticipation.

Authors:  Fernanda Gutierrez-Rodrigues; Nohad Masri; Eliane Chouery; Carrie Diamond; Nadine Jalkh; Alana Vicente; Sachiko Kajigaya; Fayez Abillama; Noha Bejjani; Wassim Serhal; Rodrigo T Calado; Neal S Young; Hussein Farhat; Marie Louise Coussa
Journal:  Hum Genet       Date:  2019-11-01       Impact factor: 4.132

Review 4.  Mind the gap: resources required to receive, process and interpret research-returned whole genome data.

Authors:  Dana C Crawford; Jessica N Cooke Bailey; Farren B S Briggs
Journal:  Hum Genet       Date:  2019-06-03       Impact factor: 4.132

5.  Loss of Calmodulin- and Radial-Spoke-Associated Complex Protein CFAP251 Leads to Immotile Spermatozoa Lacking Mitochondria and Infertility in Men.

Authors:  Yasmina Auguste; Valérie Delague; Jean-Pierre Desvignes; Guy Longepied; Audrey Gnisci; Pierre Besnier; Nicolas Levy; Christophe Beroud; André Megarbane; Catherine Metzler-Guillemain; Michael J Mitchell
Journal:  Am J Hum Genet       Date:  2018-08-16       Impact factor: 11.025

6.  Clinical and Molecular Update on the Fourth Reported Family with Hamamy Syndrome.

Authors:  André Mégarbané; Sayeeda Hana; Hala Mégarbané; Christel Castro; Sylvain Baulande; Audrey Criqui; Nathalie Roëckel-Trevisiol; Christel Dagher; Mahmoud Taleb Al-Ali; Jean-Pierre Desvignes; Daniel Mahfoud; Stephany El-Hayek; Valérie Delague
Journal:  Mol Syndromol       Date:  2021-08-31

7.  NGS-driven molecular diagnosis of heterogeneous hereditary neurological disorders reveals novel and known variants in disease-causing genes.

Authors:  Ayaz Khan; Shixiong Tian; Muhammad Tariq; Sheraz Khan; Muhammad Safeer; Naimat Ullah; Nazia Akbar; Iram Javed; Mahnoor Asif; Ilyas Ahmad; Shahid Ullah; Humayoon Shafique Satti; Raees Khan; Muhammad Naeem; Mahwish Ali; John Rendu; Julien Fauré; Klaus Dieterich; Xenia Latypova; Shahid Mahmood Baig; Naveed Altaf Malik; Feng Zhang; Tahir Naeem Khan; Chunyu Liu
Journal:  Mol Genet Genomics       Date:  2022-08-24       Impact factor: 2.980

8.  Investigating the genetic profile of familial atypical cystic fibrosis patients (DeltaF508-CFTR) with neonatal biliary atresia.

Authors:  Omar Rabab'h; Dunia Aburizeg; Eyad Altamimi; Lynn Akasheh; Zain Dardas; Luma Srour; Heyam Awad; Bilal Azab
Journal:  J Appl Genet       Date:  2022-10-07       Impact factor: 2.653

9.  Molecular profiling of basal cell carcinomas in young patients.

Authors:  Marc Abi Karam; Hampig Raphael Kourie; Nadine Jalkh; Cybel Mehawej; Carole Kesrouani; Fady Gh Haddad; Iman Feghaly; Eliane Chouery; Roland Tomb
Journal:  BMC Med Genomics       Date:  2021-07-20       Impact factor: 3.063

10.  Expansion of the Genotypic and Phenotypic Spectrum of WASF1-Related Neurodevelopmental Disorder.

Authors:  Siddharth Srivastava; Erica L Macke; Lindsay C Swanson; David Coulter; Eric W Klee; Sureni V Mullegama; Yili Xie; Brendan C Lanpher; Emma C Bedoukian; Cara M Skraban; Laurent Villard; Mathieu Milh; Mary L O Leppert; Julie S Cohen
Journal:  Brain Sci       Date:  2021-07-14
View more

北京卡尤迪生物科技股份有限公司 © 2022-2023.