Functsnp: an R Package to Link Snps to Functional Knowledge And

Total Page:16

File Type:pdf, Size:1020Kb

Functsnp: an R Package to Link Snps to Functional Knowledge And Goodswen et al. BMC Bioinformatics 2010, 11:311 http://www.biomedcentral.com/1471-2105/11/311 DATABASE Open Access FunctSNP:Database an R package to link SNPs to functional knowledge and dbAutoMaker: a suite of Perl scripts to build SNP databases Stephen J Goodswen1,2, Cedric Gondro2, Nathan S Watson-Haigh1 and Haja N Kadarmideen*1 Abstract Background: Whole genome association studies using highly dense single nucleotide polymorphisms (SNPs) are a set of methods to identify DNA markers associated with variation in a particular complex trait of interest. One of the main outcomes from these studies is a subset of statistically significant SNPs. Finding the potential biological functions of such SNPs can be an important step towards further use in human and agricultural populations (e.g., for identifying genes related to susceptibility to complex diseases or genes playing key roles in development or performance). The current challenge is that the information holding the clues to SNP functions is distributed across many different databases. Efficient bioinformatics tools are therefore needed to seamlessly integrate up-to-date functional information on SNPs. Many web services have arisen to meet the challenge but most work only within the framework of human medical research. Although we acknowledge the importance of human research, we identify there is a need for SNP annotation tools for other organisms. Description: We introduce an R package called FunctSNP, which is the user interface to custom built species-specific databases. The local relational databases contain SNP data together with functional annotations extracted from online resources. FunctSNP provides a unified bioinformatics resource to link SNPs with functional knowledge (e.g., genes, pathways, ontologies). We also introduce dbAutoMaker, a suite of Perl scripts, which can be scheduled to run periodically to automatically create/update the customised SNP databases. We illustrate the use of FunctSNP with a livestock example, but the approach and software tools presented here can be applied also to human and other organisms. Conclusions: Finding the potential functional significance of SNPs is important when further using the outcomes from whole genome association studies. FunctSNP is unique in that it is the only R package that links SNPs to functional annotation. FunctSNP interfaces to local SNP customised databases which can be built for any species contained in the National Center for Biotechnology Information dbSNP database. Background availability of SNPs. For example, the dbSNP database Whole genome association studies (WGAS) are a set of housed by the National Center for Biotechnology Infor- methods to study common genetic variation across the mation (NCBI) contains millions of SNPs for many model entire genome of organisms with the purpose of identify- species. Secondly, the falling cost and rapid improve- ing associations between genetic polymorphisms with ments in SNP genotyping technology. One of the main observable phenotypic variation in traits. Single nucle- outcomes from WGAS is a subset of SNPs at a specified otide polymorphisms (SNPs) are the most common level of statistical significance (p - values) and false dis- genetic variant. There are essentially two advances that covery rates (FDR). These SNPs are currently used in two have allowed WGAS. Firstly, the huge increase in the conventional, albeit alternative, approaches depending on the requirements of the researcher: 1) a molecular biolo- * Correspondence: [email protected] gist usually searches for candidate genes in the region of 1 CSIRO Livestock Industries, Davies Laboratory, University Drive, Townsville, QLD 4810, Australia the significant SNP and then does functional experi- Full list of author information is available at the end of the article ments, which could include targeted sequencing; 2) a © 2010 Goodswen et al; licensee BioMed Central Ltd. This is an Open Access article distributed under the terms of the Creative Com- mons Attribution License (http://creativecommons.org/licenses/by/2.0), which permits unrestricted use, distribution, and reproduc- tion in any medium, provided the original work is properly cited. Goodswen et al. BMC Bioinformatics 2010, 11:311 Page 2 of 9 http://www.biomedcentral.com/1471-2105/11/311 geneticist uses significant SNPs as DNA markers for pre- humans. FunctSNP is an R package which provides a set dicting disease risks, phenotypic performance or breed- of functions to query species-specific local relational ing value in individuals and may use this information in databases within the widely used statistical programming associated trait selection (marker-assisted selection/ language R http://www.r-project.org/. gene-assisted selection). For many of the bioinformatics tools, third party appli- One of the major challenges for a researcher using cations are required for upstream and downstream WGAS is minimising false positive rates while maintain- research analyses, which in most cases require data for- ing the power to identify true positive associations [1]. mat changes. The R environment has a global data cur- WGAS relies on linkage disequilibrium (LD) between rency of vectors and data frames so there are few data DNA markers and causal variants. SNPs located near conversion concerns between R packages. For instance, each other on a chromosome are said to be in LD if they there are two R packages called GenABEL [3] and SNPas- tend to be inherited together more often than can be soc [4], which perform genome wide association studies. expected by chance [1]. Unlike the SNP chip design for FunctSNP ideally complements these R packages by link- humans that had input from the HapMap project to assist ing their output to SNP annotation. In addition, there are in its SNP selection, the tag SNP selection for most other R packages called GSA [5], GoSim [6], GeneNet [7], and species is not strictly based on LD knowledge. For many snp.plotter [8] for further downstream analysis to provide species the LD patterns are still to be conclusively deter- advanced algorithms, and coloured graphs. mined and therefore the tag SNPs for the genotyping SNP A primary goal of FunctSNP is to help screen and select chip are selected to be evenly distributed [2]. the WGAS significant SNPs which are more likely to be In WGAS, association does not imply causation. The reliable as DNA markers. WGAS makes the direct associ- significant SNPs derived from WGAS can be generally ation between SNP variation and phenotype variation. classified into 4 types: 1) a causal SNP that contributes to Whereas in reality SNP variation affects phenotype varia- variation in the complex trait; 2) a SNP with no known tion through the effects it has on multiple intervening biological effect but in LD to an untagged SNP (not geno- biological pathways and networks [9]. FunctSNP aims to typed) that contributes to variation in the complex trait; link WGAS derived SNPs to these biological pathways 3) a SNP with an association only - no known biological and gene networks. The FunctSNP functions within R effect or linkage to a causal SNP; 4) a SNP not associated allow screening of SNPs by: 1) determining their physical with the complex trait (a false positive). Since the type of location with respect to genes. As a general rule, the significant SNP following WGAS is not distinguishable to closer a significant SNP is to the potential causal variant the researcher, there is a potential to perform functional the more likely they will be in LD; 2) finding evidence for experiments based on a false-positive SNP and/or use a a functional role of the significant SNP. It is well known SNP as a marker that is neither the causal variant nor in that over 90% of significant SNPs are not located on LD with the causal variant. genes. Therefore, if the significant SNP is not located on a Currently, the only approach to determine if a WGAS gene, FunctSNP functions can search in close proximity derived significant SNP is a true positive and in LD with to the significant SNP for a known SNP (not genotyped) the causal variant is to replicate the association findings that is on a gene, within a biological pathway, and with a in an independent population of adequate size [1]. Hence, biological function known to be associated with the trait a need exists for SNP annotation tools that can assist a of interest [10]. Figure 1 shows an example, through a researcher in distinguishing the type of significant SNP. schematic diagram, of the process of finding the potential The tool would need to first collect and integrate all exist- function of significant SNPs. ing biological functional information from online resources. Then provide an interface to access, analyse, Construction and content and present the information so that the researcher may The biological information required for SNP annotation make informed judgments as to whether a SNP could be a is publically available in online databases. Although most causal variant (type 1) or is in LD with a causal variant of these online resources provide cross-links to other (type 2). databases, it is not straightforward to extract the relevant Table 1 shows a list of the main current bioinformatics research data in one query. Furthermore, even though the tools for SNP annotation. The tools are web-based and databases contain well-annotated data, finding and man- predominantly work within the framework of human aging the data of interest among the large assortment of medical research. In May 2009, dbSNP held genetic poly- data can be a challenge. Our solution to superfluous and morphisms for 45 organisms and 15 of the organisms disseminated data was to link SNPs with functional have sequenced genomes. We have developed a unified knowledge within species-specific local relational data- bioinformatics tool, called FunctSNP, to address the need bases. to provide SNP annotation for other species as well as Goodswen et al.
Recommended publications
  • Whole-Genome Sequencing for Tracing the Genetic Diversity of Brucella Abortus and Brucella Melitensis Isolated from Livestock in Egypt
    pathogens Article Whole-Genome Sequencing for Tracing the Genetic Diversity of Brucella abortus and Brucella melitensis Isolated from Livestock in Egypt Aman Ullah Khan 1,2,3 , Falk Melzer 1, Ashraf E. Sayour 4, Waleed S. Shell 5, Jörg Linde 1, Mostafa Abdel-Glil 1,6 , Sherif A. G. E. El-Soally 7, Mandy C. Elschner 1, Hossam E. M. Sayour 8 , Eman Shawkat Ramadan 9, Shereen Aziz Mohamed 10, Ashraf Hendam 11 , Rania I. Ismail 4, Lubna F. Farahat 10, Uwe Roesler 2, Heinrich Neubauer 1 and Hosny El-Adawy 1,12,* 1 Institute of Bacterial Infections and Zoonoses, Friedrich-Loeffler-Institut, 07743 Jena, Germany; AmanUllah.Khan@fli.de (A.U.K.); falk.melzer@fli.de (F.M.); Joerg.Linde@fli.de (J.L.); Mostafa.AbdelGlil@fli.de (M.A.-G.); mandy.elschner@fli.de (M.C.E.); Heinrich.neubauer@fli.de (H.N.) 2 Institute for Animal Hygiene and Environmental Health, Free University of Berlin, 14163 Berlin, Germany; [email protected] 3 Department of Pathobiology, University of Veterinary and Animal Sciences (Jhang Campus), Lahore 54000, Pakistan 4 Department of Brucellosis, Animal Health Research Institute, Agricultural Research Center, Dokki, Giza 12618, Egypt; [email protected] (A.E.S.); [email protected] (R.I.I.) 5 Central Laboratory for Evaluation of Veterinary Biologics, Agricultural Research Center, Abbassia, Citation: Khan, A.U.; Melzer, F.; Cairo 11517, Egypt; [email protected] 6 Sayour, A.E.; Shell, W.S.; Linde, J.; Department of Pathology, Faculty of Veterinary Medicine, Zagazig University, Elzera’a Square, Abdel-Glil, M.; El-Soally, S.A.G.E.; Zagazig 44519, Egypt 7 Veterinary Service Department, Armed Forces Logistics Authority, Egyptian Armed Forces, Nasr City, Elschner, M.C.; Sayour, H.E.M.; Cairo 11765, Egypt; [email protected] Ramadan, E.S.; et al.
    [Show full text]
  • CERENKOV: Computational Elucidation of the Regulatory Noncoding Variome
    CERENKOV: Computational Elucidation of the Regulatory Noncoding Variome Yao Yao∗ Zheng Liu∗ Satpreet Singh Oregon State University Oregon State University Oregon State University EECS EECS EECS [email protected] [email protected] [email protected] Qi Wei Stephen A. Ramsey Oregon State University Oregon State University EECS Department of Biomedical Sciences [email protected] Corvallis, Oregon 97330 [email protected] ABSTRACT (hAVGRANKi = 3.877). The source code for CERENKOV We describe a novel computational approach, CERENKOV is available on GitHub and the SNP feature data files are (Computational Elucidation of the REgulatory NonKOd- available for download via the CERENKOV website. ing Variome), for discriminating regulatory single nucleotide polymorphisms (rSNPs) from non-regulatory SNPs within CCS CONCEPTS noncoding genetic loci. CERENKOV is specifically designed • Computing methodologies → Machine learning; • for recognizing rSNPs in the context of a post-analysis of a Applied computing → Computational biology; Bioin- genome-wide association study (GWAS); it includes a novel formatics; accuracy scoring metric (which we call average rank, or AV- GRANK) and a novel cross-validation strategy (locus-based KEYWORDS sampling) that both correctly account for the \sparse positive SNP, GWAS, noncoding, rSNP, SNV, machine learning bag" nature of the GWAS post-analysis rSNP recognition problem. We trained and validated CERENKOV using a reference set of 15,331 SNPs (the OSU17 SNP set) whose composition is based
    [Show full text]
  • MODBASE: a Database of Annotated Comparative Protein Structure Models and Associated Resources Ursula Pieper1,2, Narayanan Eswar1,2, Fred P
    Nucleic Acids Research, 2006, Vol. 34, Database issue D291–D295 doi:10.1093/nar/gkj059 MODBASE: a database of annotated comparative protein structure models and associated resources Ursula Pieper1,2, Narayanan Eswar1,2, Fred P. Davis1,2, Hannes Braberg1,2, M. S. Madhusudhan1,2, Andrea Rossi1,2, Marc Marti-Renom1,2, Rachel Karchin1,2, Ben M. Webb1,2, David Eramian1,2,4, Min-Yi Shen1,2, Libusha Kelly1,2,5, Francisco Melo3 and Andrej Sali1,2,* 1Department of Biopharmaceutical Sciences and 2Department Pharmaceutical Chemistry, California Institute for Quantitative Biomedical Research, QB3 at Mission Bay, Office 503B, University of California at San Francisco, 1700 4th Street, San Francisco, CA 94158, USA, 3Departamento de Gene´tica Molecular y Microbiologı´a, Facultad de Ciencias Biolo´gicas, Pontificia Universidad Cato´lica de Chile, Alameda 340, Santiago, Chile, 4Graduate Group in Biophysics and 5Graduate Group in Biological and Medical Informatics, University of California, San Francisco, CA, USA Received September 14, 2005; Accepted October 5, 2005 ABSTRACT sites, interactions between yeast proteins, and func- MODBASE (http://salilab.org/modbase) is a database tional consequences of human nsSNPs (LS-SNP, of annotated comparative protein structure models http://salilab.org/LS-SNP). for all available protein sequences that can be matched to at least one known protein structure. The models are calculated by MODPIPE, an automated INTRODUCTION modeling pipeline that relies on MODELLER for fold The genome sequencing efforts are providing us with com- assignment, sequence–structure alignment, model plete genetic blueprints for hundreds of organisms, including building and model assessment (http:/salilab.org/ humans. We are now faced with the challenge of assigning, modeller).
    [Show full text]
  • (From GWAS/WGS/WES) to Mechanistic Disease Insight?
    How do we go from genetic discoveries (from GWAS/WGS/WES) to mechanistic disease insight? Part I – Functional annotation in risk loci 2021 Online International Statistical Genetics Workshop Danielle Posthuma | [email protected] | @dposthu | https://ctg.cncr.nl What have we learned so far? Theory underlying genetic association Setting up a genome-wide association study Quality control for genetic datasets and analysis Conducting genetic association Several post-gwas analyses including SNP h2, causal modeling, gSEM Primary outcome of a genome-wide genetic association: - Manhattan plot - Summary statistics that include an effect estimate and significance of association per variant GWAS McCarthy et al. Nat. Rev. Gent. (2008) GWAS HOW? McCarthy et al. Nat. Rev. Gent. (2008) How to gain mechanistic insight from genetic discoveries Mendelian or monogenic disorders (influenced by one mutation in one gene) • Segregation analysis (1970s – onwards) detected several genes co- segregating with disease • For each disease a mutation in one gene is sufficient to express that disease • Functional experimentation on these genes involved e.g. knock-out models to investigate that gene’s function • This has been successful for e.g. PKU, Huntington’s disease, breast cancer. • Any mechanistic insight guides treatment development How to gain mechanistic insight from genetic discoveries Polygenic disorders (influenced by 100’s of variants each of small effect) • GWAS (2006s – onwards) detected several genetic loci associated with diseases that are polygenic • For each disease a single genetic variant is not sufficient to express that disease, instead 100’s of variants cumulatively increase risk for disease • Detected loci contain 100’s of variants, sometimes no genes are implicated • Functional experimentation on these variants is not straightforward, mechanistic insight is not easily obtained for polygenic traits GWAS hits for polygenic traits often not directly useful for functional follow-up 4 issues: 1.
    [Show full text]
  • Download Them
    Doran and Creevey BMC Bioinformatics 2013, 14:45 http://www.biomedcentral.com/1471-2105/14/45 SOFTWARE Open Access Snpdat: Easy and rapid annotation of results from de novo snp discovery projects for model and non-model organisms Anthony G Doran1,2 and Christopher J Creevey1* Abstract Background: Single nucleotide polymorphisms (SNPs) are the most abundant genetic variant found in vertebrates and invertebrates. SNP discovery has become a highly automated, robust and relatively inexpensive process allowing the identification of many thousands of mutations for model and non-model organisms. Annotating large numbers of SNPs can be a difficult and complex process. Many tools available are optimised for use with organisms densely sampled for SNPs, such as humans. There are currently few tools available that are species non-specific or support non-model organism data. Results: Here we present SNPdat, a high throughput analysis tool that can provide a comprehensive annotation of both novel and known SNPs for any organism with a draft sequence and annotation. Using a dataset of 4,566 SNPs identified in cattle using high-throughput DNA sequencing we demonstrate the annotations performed and the statistics that can be generated by SNPdat. Conclusions: SNPdat provides users with a simple tool for annotation of genomes that are either not supported by other tools or have a small number of annotated SNPs available. SNPdat can also be used to analyse datasets from organisms which are densely sampled for SNPs. As a command line tool it can easily be incorporated into existing SNP discovery pipelines and fills a niche for analyses involving non-model organisms that are not supported by many available SNP annotation tools.
    [Show full text]
  • An Integrated SNP Annotation Platform Shengting Li1,2, Lijia Ma2,3, Heng Li1,2, Søren Vang4, Yafeng Hu2, Lars Bolund1,2 and Jun Wang1,2,5,*
    Published online 29 November 2006 Nucleic Acids Research, 2007, Vol. 35, Database issue D707–D710 doi:10.1093/nar/gkl969 Snap: an integrated SNP annotation platform Shengting Li1,2, Lijia Ma2,3, Heng Li1,2, Søren Vang4, Yafeng Hu2, Lars Bolund1,2 and Jun Wang1,2,5,* 1The Institute of Human Genetics, University of Aarhus, DK-8000 Aarhus C. Denmark, 2Beijing Genomics Institute (BGI), Chinese Academy of Sciences (CAS), Beijing Airport Industrial Zone B-6, Beijing 101300, China, 3Graduate University of the Chinese Academy of Sciences, Yuquan Road 19A, Beijing 100049, China, 4Research Unit for Molecular Medicine, Aarhus University Hospital and Faculty of Health Sciences, DK-8200 Aarhus N, Denmark and 5College of Life Sciences, Peking University, Beijing 100871, China Received August 14, 2006; Revised October 11, 2006; Accepted October 13, 2006 ABSTRACT identical at the DNA level; however, the remaining 0.1% has high medical importance. They define the traits that Snap (Single Nucleotide Polymorphism Annotation make us unique and underlie our susceptibility to disease Downloaded from Platform) is a server designed to comprehensively and changes in drug response. analyze single genes and relationships between Information from the public domains [Ensembl v38 (1), genes basing on SNPs in the human genome. The Uniprot 8.0 (2), Pfam (3), CBS-DAS (4), MINT (5), BIND aim of the platform is to facilitate the study of (6), KEGG 0.6.1 (7)] has been combined with our database SNP finding and analysis within the framework of with ongoing work to keep the content current and relevant. http://nar.oxfordjournals.org/ medical research.
    [Show full text]
  • Variantannotation’
    Package ‘VariantAnnotation’ September 22, 2021 Type Package Title Annotation of Genetic Variants Description Annotate variants, compute amino acid coding changes, predict coding outcomes. Version 1.39.0 License Artistic-2.0 Depends R (>= 4.0.0), methods, BiocGenerics (>= 0.37.0), MatrixGenerics, GenomeInfoDb (>= 1.15.2), GenomicRanges (>= 1.41.5), SummarizedExperiment (>= 1.19.5), Rsamtools (>= 1.99.0) Imports utils, DBI, zlibbioc, Biobase, S4Vectors (>= 0.27.12), IRanges (>= 2.23.9), XVector (>= 0.29.2), Biostrings (>= 2.57.2), AnnotationDbi (>= 1.27.9), rtracklayer (>= 1.39.7), BSgenome (>= 1.47.3), GenomicFeatures (>= 1.31.3) Suggests RUnit, AnnotationHub, BSgenome.Hsapiens.UCSC.hg19, TxDb.Hsapiens.UCSC.hg19.knownGene, SNPlocs.Hsapiens.dbSNP.20101109, SIFT.Hsapiens.dbSNP132, SIFT.Hsapiens.dbSNP137, PolyPhen.Hsapiens.dbSNP131, snpStats, ggplot2, BiocStyle LinkingTo S4Vectors, IRanges, XVector, Biostrings, Rhtslib SystemRequirements GNU make LazyLoad yes biocViews DataImport, Sequencing, SNP, Annotation, Genetics, VariantAnnotation Video https://www.youtube.com/watch?v=Ro0lHQ_J--I&list=UUqaMSQd_h-2EDGsU6WDiX0Q git_url https://git.bioconductor.org/packages/VariantAnnotation git_branch master git_last_commit 2c493d7 git_last_commit_date 2021-05-19 Date/Publication 2021-09-22 1 2 R topics documented: Author Bioconductor Package Maintainer [aut, cre], Valerie Oberchain [aut], Martin Morgan [aut], Michael Lawrence [aut], Stephanie Gogarten [ctb] Maintainer Bioconductor Package Maintainer <[email protected]> R topics documented: filterVcf . .3 genotypeToSnpMatrix . .5 getTranscriptSeqs . .8 GLtoGP . .9 indexVcf . 10 isSNV . 11 locateVariants . 14 PolyPhenDb-class . 20 PolyPhenDbColumns . 22 predictCoding . 24 probabilityToSnpMatrix . 28 PROVEANDb-class . 29 readVcf . 30 scanVcf . 37 ScanVcfParam-class . 39 seqinfo . 42 SIFTDb-class . 43 SIFTDbColumns . 44 snpSummary . 45 summarizeVariants . 47 VariantAnnotation-defunct . 49 VariantType-class . 50 VCF-class . 52 VcfFile .
    [Show full text]
  • Selection of Functional EPHB2 Genotypes from ENU Mutated Grass
    Nissa et al. BMC Genomics (2021) 22:516 https://doi.org/10.1186/s12864-021-07858-x RESEARCH Open Access Selection of functional EPHB2 genotypes from ENU mutated grass carp treated with GCRV Meher un Nissa1,2,3†, Zhu-Xiang Jiang1,2,3†, Guo-Dong Zheng1,2,3* and Shu-Ming Zou1,2,3* Abstract Background: N-ethyl-N-nitrosourea (ENU) mutagenesis is a useful method for the genetic engineering of plants, and the production of functional mutants in animal models including mice and zebrafish. Grass carp reovirus (GCRV) is a haemorrhagic disease of grass carp which has caused noteworthy losses in fingerlings over the last few years. To overcome this problem, we used ENU mutant grass carp in an attempt to identify functional resistance genes for future hereditary rearing projects in grass carp. Results: This study used ENU-mutated grass carp to identify genetic markers associated with resistance to the haemorrhagic disease caused by GCRV. Bulked segregant analysis (BSA) was performed on two homozygous gynogenetic ENU grass carp groups who were susceptible or resistant to GCRV. This analysis identified 466,162 SNPs and 197,644 InDels within the genomes of these mixed pools with a total of 170 genes annotated in the associated region, including 49 genes with non-synonymous mutations at SNP sites and 25 genes with frame shift mutations at InDel sites. Of these 170 mutated genes, 5 randomly selected immune-related genes were shown to be more strongly expressed in the resistant group as compared to the susceptible animals. In addition, we found that one immune-related gene, EPHB2, presented with two heterozygous SNP mutations which altered the animal’s responded to GCRV disease.
    [Show full text]
  • Nucleotide Variant Identification and Annotation in Mycobacterium Tuberculosis Genomes
    bioRxiv preprint doi: https://doi.org/10.1101/227066; this version posted November 30, 2017. The copyright holder for this preprint (which was not certified by peer review) is the author/funder, who has granted bioRxiv a license to display the preprint in perpetuity. It is made available under aCC-BY-NC 4.0 International license. SNPTB: nucleotide variant identification and annotation in Mycobacterium tuberculosis genomes Aditi Gupta* Center for Emerging Pathogens, Rutgers New Jersey Medical School, 185 South Orange Avenue, Newark, NJ 07103, USA *To whom correspondence should be addressed Abstract Summary: Whole genome sequencing (WGS) has become a mainstay in biomedical research. The continually decreasing cost of sequencing has resulted in a data deluge that underlines the need for easy-to-use bioinformatics pipelines that can mine meaningful information from WGS data. SNPTB is one such pipeline that analyzes WGS data originating from in vitro or clinical samples of Mycobacterium tuberculosis and outputs high-confidence single nucleotide polymorphisms in the bacterial genome. The name of the mutated gene and the functional consequence of the mutation on the gene product is also determined. SNPTB utilizes open source software for WGS data analyses and is written primarily for biologists with minimal computational skills. Availability and implementation: SNPTB is a python package and is available from https://github.com/aditi9783/SNPTB Contact: [email protected] Supplementary information: Tutorial for SNPTB is available at https://github.com/aditi9783/SNPTB/blob/master/docs/SNPTB_tutorial.md Introduction Whole-genome sequencing (WGS) has become an integral part of basic and translational research on Mycobacterium tuberculosis, spanning topics ranging from pathogen evolution, epidemiology, and the emergence of drug resistance to TB latency and vaccine development1-6.
    [Show full text]
  • Innovative Strategies for Annotating the “Relationsnp” Between Variants and Molecular Phenotypes Jason E
    Miller et al. BioData Mining (2019) 12:10 https://doi.org/10.1186/s13040-019-0197-9 REVIEW Open Access Innovative strategies for annotating the “relationSNP” between variants and molecular phenotypes Jason E. Miller, Yogasudha Veturi and Marylyn D. Ritchie* * Correspondence: marylyn@ pennmedicine.upenn.edu Abstract Department of Genetics, Institute for Biomedical Informatics, Characterizing how variation at the level of individual nucleotides contributes to Perelman School of Medicine, traits and diseases has been an area of growing interest since the completion of University of Pennsylvania, 3400 sequencing the first human genome. Our understanding of how a single nucleotide Civic Center Blvd., Philadelphia, PA 19104, USA polymorphism (SNP) leads to a pathogenic phenotype on a genome-wide scale is a fruitful endeavor for anyone interested in developing diagnostic tests, therapeutics, or simply wanting to understand the etiology of a disease or trait. To this end, many datasets and algorithms have been developed as resources/tools to annotate SNPs. One of the most common practices is to annotate coding SNPs that affect the protein sequence. Synonymous variants are often grouped as one type of variant, however there are in fact many tools available to dissect their effects on gene expression. More recently, large consortiums like ENCODE and GTEx have made it possible to annotate non-coding regions. Although annotating variants is a common technique among human geneticists, the constant advances in tools and biology surrounding SNPs requires an updated summary of what is known and the trajectory of the field. This review will discuss the history behind SNP annotation, commonly used tools, and newer strategies for SNP annotation.
    [Show full text]
  • Assigning Function to Noncoding Single Nucleotide
    Review Mining the Unknown: Assigning Function to Noncoding Single Nucleotide Polymorphisms 1 1,2, Sierra S. Nishizaki and Alan P. Boyle * One of the formative goals of genetics research is to understand how Trends genetic variation leads to phenotypic differences and human disease. The majority of GWAS SNPs have been Genome-wide association studies (GWASs) bring us closer to this goal by identified in noncoding regions of the genome. However, due to difficulties linking variation with disease faster than ever before. Despite this, GWASs determining which mutations are cau- alone are unable to pinpoint disease-causing single nucleotide polymor- sal in noncoding regions, these SNPs phisms (SNPs). Noncoding SNPs, which represent the majority of GWAS remain largely understudied. SNPs, present a particular challenge. To address this challenge, an array Noncoding SNP annotation tools have of computational tools designed to prioritize and predict the function of been developed to predict possible noncoding GWAS SNPs have been developed. However, fewer than 40% causal mutations found outside of genes in the genome, and offer users of GWAS publications from 2015 utilized these tools. We discuss several a way to prioritize noncoding SNPs leading methods for annotating noncoding variants and how they can be identified by GWAS for experimental integrated into research pipelines in hopes that they will be broadly applied in validation. future GWAS analyses. SNP annotation tools make their pre- dictions using different methodologies Toward the Goal of Understanding Variation and data types. Understanding how Genome-wide association studies (GWASs) are a popular method of linking genomic variation these tools differ from one another can be used to determine which tools with human disease and have produced over 100 000 genomic region–disease associations to to use and potential biases to be aware date [1].
    [Show full text]
  • Identification of RAN1 Orthologue Associated with Sex Determination Through Whole Genome Sequencing Analysis in Fig (​Ficus Carica L.)
    www.nature.com/scientificreports OPEN Identification ofRAN1 orthologue associated with sex determination through whole genome sequencing Received: 11 July 2016 Accepted: 14 December 2016 analysis in fig (Ficus carica L.) Published: 25 January 2017 Kazuki Mori1, Kenta Shirasawa2, Hitoshi Nogata3,4, Chiharu Hirata5, Kosuke Tashiro1, Tsuyoshi Habu6, Sangwan Kim1, Shuichi Himeno3, Satoru Kuhara1 & Hidetoshi Ikegami3 With the aim of identifying sex determinants of fig, we generated the first draft genome sequence of fig and conducted the subsequent analyses. Linkage analysis with a high-density genetic map established by a restriction-site associated sequencing technique, and genome-wide association study followed by whole-genome resequencing analysis identified two missense mutations inRESPONSIVE- TO-ANTAGONIST1 (RAN1) orthologue encoding copper-transporting ATPase completely associated with sex phenotypes of investigated figs. This result suggests thatRAN1 is a possible sex determinant candidate in the fig genome. The genomic resources and genetic findings obtained in this study can contribute to general understanding of Ficus species and provide an insight into fig’s and plant’s sex determination system. The fig (Ficus carica L.; Moraceae; 2n = 2x = 26)1 has been an important food source throughout human history. The species, which has been cultivated for over 11,000 years, is considered to be the oldest cultivated crop2,3. In 2013, the world’s total production of fig fruit was estimated to be 1.1 million metric tons4, mainly from Mediterranean countries5. In addition to serving as a food source over many centuries, members of the genus Ficus are also one of the earliest and best sources of cultivated medicine6.
    [Show full text]