A Python Script to Merge Sanger Sequences

Total Page:16

File Type:pdf, Size:1020Kb

A Python Script to Merge Sanger Sequences A Python script to merge Sanger sequences Cen Chen1,2,3,*, Bingguo Lu4,*, Xiaofang Huang5, Chuyun Bi5, Lili Zhao6, Yunzhuo Hu5, Xuanyang Chen5, Shiqiang Lin5 and Kai Huang1 1 Clinical Center for Human Genomic Research, Union Hospital, Huazhong University of Science and Technology, Wuhan, China 2 Department of Radiology, Union Hospital, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China 3 Department of Cardiovascular Diseases, Union Hospital, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China 4 Provincial University Key Laboratory of Cellular Stress Response and Metabolic Regulation, College of Life Science, Fujian Normal University, Fuzhou, China 5 Key Laboratory of Crop Biotechnology, Fujian Agriculture and Forestry University, Fujian Province Universities, Fuzhou, China 6 State Key Laboratory of Infectious Disease Prevention and Control, Collaborative Innovation Center for Diagnosis and Treatment of Infectious Diseases, National Institute for Communicable Disease Control and Prevention, Chinese Center for Disease Control, Beijing, China * These authors contributed equally to this work. ABSTRACT Merging Sanger sequences is frequently needed during the gene cloning process. In this study, we provide a Python script that is able to assemble multiple overlapping Sanger sequences. The script utilizes the overlapping regions within the tandem Sanger sequences to merge the Sanger sequences. The results demonstrate that the script can produce the merged sequence from the input Sanger sequences in a single run. The script offers a simple and free method for merging Sanger sequences and is useful for gene cloning. Subjects Bioinformatics, Genetics, Genomics, Molecular Biology, Computational Science Keywords Sanger sequencing, Merge, Python script Submitted 15 December 2020 Accepted 5 April 2021 Published 27 April 2021 INTRODUCTION Corresponding authors Gene cloning is customarily required to study the gene functions in vivo and in vitro. Shiqiang Lin, For the most part, the gene of concern is ligated to a vector with a canonical method of [email protected] restriction enzyme cutting and ligation, or the new-fashioned technique of seamless Kai Huang, [email protected] ligation (Okegawa & Motohashi, 2015). To ensure that the gene sequence is correct within Academic editor Joseph Gillespie the constructed plasmid, the Sanger sequencing is utilized to sequence the gene, and the Additional Information and results are aligned and checked (Zimmermann et al., 1988). Declarations can be found on Sanger sequencing is a DNA sequencing technology by incorporating chain-terminating page 8 dideoxynucleotides, which are fluorescently labeled and can be read-out by automated DOI 10.7717/peerj.11354 sequencing machinery. Sanger sequencing has been widely applied to determine the DNA Copyright sequence since it was reported first time by Sanger et al. (1977) and Sanger, Nicklen & 2021 Chen et al. Coulson (1977). Though the next-generation sequencing has started a new era, Sanger Distributed under sequencing is still one of the most popular methods due to its reliability, affordability, Creative Commons CC-BY 4.0 and feasibility (Schuster, 2008). However, the number of nucleotides determined by one How to cite this article Chen C, Lu B, Huang X, Bi C, Zhao L, Hu Y, Chen X, Lin S, Huang K. 2021. A Python script to merge Sanger sequences. PeerJ 9:e11354 DOI 10.7717/peerj.11354 Sanger sequencing reaction is around 1,000. For those genes with lengths of only several hundred nucleotides, it is possible to go through each one of the whole sequences with one single Sanger sequencing reaction, and the results can be directly aligned to the correct gene files. However, in other cases, the lengths of the genes exceed one thousand nucleotides, beyond the scope of one single Sanger sequencing reaction. To get the full-length sequence of a target gene, it is necessary to carry out DNA walking sequencing using a new primer based on the previous sequencing result. To sequence a large gene, several reactions might be required in both forward and reverse directions. These results have to be aligned to the correct gene file for confirmation. It is preferred to merge all the walking results before alignment with the correct gene file, rather than aligning each walking result with the target gene file separately (Tang et al., 2020a, 2020b), especially for those large genes, which may be over 10,000 bps in length. To merge the multiple walking results, several commercial software can be applied, such as DNASTAR (DNASTAR, Inc., Madison, WI, USA), DNAMAN (Lynnon Biosoft, San Ramon, CA, USA), Vector NTI (Thermo Fisher Scientific Inc., Denver, CO, USA), and SnapGene (GSL Biotech LLC., San Diego, CA, USA), which are robust, however, expensive. For protein science and molecular biology, sequencing is mostly used to confirm whether the subcloning or mutagenesis is correct. Thereby, some functions of these commercial software are not essential, and the price of these software might be too high for the routine work of molecular cloning. In terms of free software, there is an online tool that is able to merge overlapping long sequence fragments based on the program merger in the “EMBOSS” suite (Bell & Kramvis, 2013; Rice, Longden & Bleasby, 2000). Nevertheless, the web tool relies on web access and server status. “Cap3” is a free and effective program for merging DNA fragments, however, the command-line is complicated for users who are not familiar with commands of “Cap3” (Huang & Madan, 1999). “Staden”, containing a graphic user interface, provides a free and powerful package for analyzing giant genome sequencing by combining the “SPIN” and “EMBOSS” (Staden, Judge & Bonfield, 2003), again, this package is complicated for some users. Since the first trial of the assembly of DNA sequence by computer, the algorithms have developed rapidly, which can be categorized into three classes: the first is overlap-layout- consensus method (Batzoglou, 2005), which applies an overlap graph; the second is de Bruijn graph roads (Idury & Waterman, 1995; Pevzner, 1989; Pevzner, Tang & Waterman, 2001), which uses a k-mer graph; and the last is greedy algorithm, which uses a k-mer or an overlap graph (Pop, 2009; Pop & Salzberg, 2008). Most of these algorithms are coded by C, which is challenging for biologists with less programming backgrounds. Here, we introduce a Python script capable of merging multiple overlapping Sanger sequencing files by employing the alignment module of Biopython (Cock et al., 2009). To visualize the critical parameters of the merging process, we print the output of alignment and show the critical junction within the merged sequence. The script is useful for merging the Sanger sequences and increasing the efficiency of subcloning. Chen et al. (2021), PeerJ, DOI 10.7717/peerj.11354 2/10 METHODS Running environments and input files To run the script “Merge_Sanger_v2.py”, the macOS Catalina 10.15.3 or higher (Apple Inc., Cupertino, CA, USA) is needed. Python 3.7.3 (https://www.python.org/), Biopython 1.7.4, and “EMBOSS” 6.6.0 are necessary for running the script in this study (Cock et al., 2009; Rice, Longden & Bleasby, 2000). The users need to install the above three packages before running the script. Here are the sequencing result files of the pET28a- SV40NLS-hCas9-SV40NLS, which is originated from PX458 (Ran et al., 2013) (Supplemental Information S1)(Fig. 1). All input files are in the seq format. Of note, the first four characters of the input file name must consist of three numbers (000, 001, 002, 003, …) plus one capital letter F or R (F for forward Sanger sequencing and R for reverse Sanger sequencing). Adding extra four characters to the original filename provided by the sequencing company is suggested. The numbers in the filenames should be ordered from small to big along with the 5′ to 3′ of the sense strand. Running script Please follow the steps below to run the script. 1. Make a new directory and copy the sequencing result files of the above section (Running environments and input files) to the newly made directory. Also, copy the script “Merge_Sanger_v2.py” (Supplemental Information S2) to the directory. 2. Open a new terminal and “cd” to the directory. Run the following command. Notice that a space between every two items is needed and the backward slash is used for multiline command input. python3.7 Merge_Sanger_v2.py 001F_sequence_to_be_merged.seq \ 002F_sequence_to_be_merged.seq 003F_sequence_to_be_merged.seq \ 004R_sequence_to_be_merged.seq 005R_sequence_to_be_merged.seq \ 006R_sequence_to_be_merged.seq The Sanger sequencing result files must be input from lower to higher according to the first three numbers of the file name. It is convenient to input the first three numbers and then use the tab key to fill the rest of the file name automatically. Our script is able to merge dozens of (up to 1,000) Sanger sequencing result files at a time, which is far enough for usual needs in labs. 3. After running finishes, a folder named “merged_sequence”, which contains the merged sequence file with the name “merged.seq”, appears. Manual validation of the merged Sanger sequences First, all the Sanger sequence files are renamed and changed to fasta format with TextEdit. Those Sanger sequence files in the reverse sequencing direction are transformed to the reverse complement sequences with “EMBOSS” command “revseq”. All the Sanger Chen et al. (2021), PeerJ, DOI 10.7717/peerj.11354 3/10 Figure 1 The test files used for running the script. Full-size DOI: 10.7717/peerj.11354/fig-1 sequence files are now in the forward sequencing direction in fasta format. Then, the “EMBOSS”“needle” is utilized to align each pair of tandem sequence files, and the command “less” is used to open the result files of alignments. The final merged sequence file is generated by combining the Sanger sequences based on the overlapping regions. The manually combined sequence file is used to align with the script’s merged sequence, and the time consumed by the manual method is compared with that used by the script.
Recommended publications
  • Evidence of Selection at the Ramosa1 Locus During Maize Domestication
    Molecular Ecology (2010) 19, 1296–1311 doi: 10.1111/j.1365-294X.2010.04562.x Evidence of selection at the ramosa1 locus during maize domestication BRANDI SIGMON and ERIK VOLLBRECHT Department of Genetics, Development, and Cell Biology, Iowa State University, Ames, IA 50011, USA Abstract Modern maize was domesticated from Zea mays parviglumis, a teosinte, about 9000 years ago in Mexico. Genes thought to have been selected upon during the domestication of crops are commonly known as domestication loci. The ramosa1 (ra1) gene encodes a putative transcription factor that controls branching architecture in the maize tassel and ear. Previous work demonstrated reduced nucleotide diversity in a segment of the ra1 gene in a survey of modern maize inbreds, indicating that positive selection occurred at some point in time since maize diverged from its common ancestor with the sister species Tripsacum dactyloides and prompting the hypothesis that ra1 may be a domestication gene. To investigate this hypothesis, we examined ear phenotypes resulting from minor changes in ra1 activity and sampled nucleotide diversity of ra1 across the phylogenetic spectrum between tripsacum and maize, including a broad panel of teosintes and unimproved maize landraces. Weak mutant alleles of ra1 showed subtle effects in the ear, including crooked rows of kernels due to the occasional formation of extra spikelets, correlating a plausible, selected trait with subtle variations in gene activity. Nucleotide diversity was significantly reduced for maize landraces but not for teosintes, and statistical tests implied directional selection on ra1 consistent with the hypothesis that ra1 is a domestication locus. In maize landraces, a noncoding 3¢-segment contained almost no genetic diversity and 5¢-flanking diversity was greatly reduced, suggesting that a regulatory element may have been a target of selection.
    [Show full text]
  • DNA Sequencing
    Contig Assembly ATCGATGCGTAGCAGACTACCGTTACGATGCCTT… TAGCTACGCATCGTCTGATGGCAATGCTACGGAA.. C T AG AGCAGA TAGCTACGCATCGT GT CTACCG GC TT AT CG GTTACGATGCCTT AT David Wishart, Ath 3-41 [email protected] DNA Sequencing 1 Principles of DNA Sequencing Primer DNA fragment Amp PBR322 Tet Ori Denature with Klenow + ddNTP heat to produce + dNTP + primers ssDNA The Secret to Sanger Sequencing 2 Principles of DNA Sequencing 5’ G C A T G C 3’ Template 5’ Primer dATP dATP dATP dATP dCTP dCTP dCTP dCTP dGTP dGTP dGTP dGTP dTTP dTTP dTTP dTTP ddCTP ddATP ddTTP ddGTP GddC GCddA GCAddT ddG GCATGddC GCATddG Principles of DNA Sequencing G T _ _ short C A G C A T G C + + long 3 Capillary Electrophoresis Separation by Electro-osmotic Flow Multiplexed CE with Fluorescent detection ABI 3700 96x700 bases 4 High Throughput DNA Sequencing Large Scale Sequencing • Goal is to determine the nucleic acid sequence of molecules ranging in size from a few hundred bp to >109 bp • The methodology requires an extensive computational analysis of raw data to yield the final sequence result 5 Shotgun Sequencing • High throughput sequencing method that employs automated sequencing of random DNA fragments • Automated DNA sequencing yields sequences of 500 to 1000 bp in length • To determine longer sequences you obtain fragmentary sequences and then join them together by overlapping • Overlapping is an alignment problem, but different from those we have discussed up to now Shotgun Sequencing Isolate ShearDNA Clone into Chromosome into Fragments Seq. Vectors Sequence 6 Shotgun Sequencing Sequence Send to Computer Assembled Chromatogram Sequence Analogy • You have 10 copies of a movie • The film has been cut into short pieces with about 240 frames per piece (10 seconds of film), at random • Reconstruct the film 7 Multi-alignment & Contig Assembly ATCGATGCGTAGCAGACTACCGTTACGATGCCTT… TAGCTACGCATCGTCTGATGGCAATGCTACGGAA.
    [Show full text]
  • New Softwares for Automated Microsatellite Marker Development
    Published online February 21, 2006 Nucleic Acids Research, 2006, Vol. 34, No. 4 e31 doi:10.1093/nar/gnj030 New softwares for automated microsatellite marker development Wellington Martins, Daniel de Sousa1, Karina Proite2, Patrı´cia Guimara˜es2, Marcio Moretzsohn2 and David Bertioli3 Department of Computer Science, Catholic University of Goia´s, Brazil, 1Department of Computer Science, Catholic University of Rio de Janeiro, Brazil, 2Embrapa Genetic Resources and Biotechnology, Brası´lia, Brazil and 3Genomic Sciences and Biotechnology, Catholic University of Brası´lia, Brazil Received November 23, 2005; Revised and Accepted January 31, 2006 ABSTRACT whose unit of repetition is between 1 and 6 bp. They are highly abundant in the genomes of eukaryotes, polymorphic and Microsatellites are repeated small sequence motifs usually co-dominant and transferable between different map- that are highly polymorphic and abundant in the ping populations. Microsatellite markers can also be used in genomes of eukaryotes. Often they are the molecular automated genotyping techniques. Thus, they have become markers of choice. To aid the development of micro- one of the most useful molecular markers for a large number satellite markers we have developed a module that of organisms. integrates a program for the detection of microsatel- Researchers working on the development of microsatellite lites (TROLL), with the sequence assembly and markers need an efficient way to go from usually hundreds or analysis software, the Staden Package. The module thousands of trace and/or text sequence files to the identifi- has easily adjustable parameters for microsatellite cation of new potential markers. However, the softwares lengths and base pair quality control.
    [Show full text]
  • A Tool for Detecting Base Mis-Calls in Multiple Sequence Alignments by Semi-Automatic Chromatogram Inspection
    ChromatoGate: A Tool for Detecting Base Mis-Calls in Multiple Sequence Alignments by Semi-Automatic Chromatogram Inspection Nikolaos Alachiotis Emmanouella Vogiatzi∗ Scientific Computing Group Institute of Marine Biology and Genetics HITS gGmbH HCMR Heidelberg, Germany Heraklion Crete, Greece [email protected] [email protected] Pavlos Pavlidis Alexandros Stamatakis Scientific Computing Group Scientific Computing Group HITS gGmbH HITS gGmbH Heidelberg, Germany Heidelberg, Germany [email protected] [email protected] ∗ Affiliated also with the Department of Genetics and Molecular Biology of the Democritian University of Thrace at Alexandroupolis, Greece. Corresponding author: Nikolaos Alachiotis Keywords: chromatograms, software, mis-calls Abstract Automated DNA sequencers generate chromatograms that contain raw sequencing data. They also generate data that translates the chromatograms into molecular sequences of A, C, G, T, or N (undetermined) characters. Since chromatogram translation programs frequently introduce errors, a manual inspection of the generated sequence data is required. As sequence numbers and lengths increase, visual inspection and manual correction of chromatograms and corresponding sequences on a per-peak and per-nucleotide basis becomes an error-prone, time-consuming, and tedious process. Here, we introduce ChromatoGate (CG), an open-source software that accelerates and partially automates the inspection of chromatograms and the detection of sequencing errors for bidirectional sequencing runs. To provide users full control over the error correction process, a fully automated error correction algorithm has not been implemented. Initially, the program scans a given multiple sequence alignment (MSA) for potential sequencing errors, assuming that each polymorphic site in the alignment may be attributed to a sequencing error with a certain probability.
    [Show full text]
  • A Guide to HIV-1 Reverse Transcriptase and Protease Sequencing for Drug Resistance Studies
    HIV-1 RT and Protease Sequencing for Drug Resistance Studies 1 A Guide to HIV-1 Reverse Transcriptase and Reviews Protease Sequencing for Drug Resistance Studies Robert W. Shafer1, Kathryn Dupnik1, Mark A. Winters1, Susan H. Eshleman2 1 Division of Infectious Diseases, Stanford University, Stanford, CA 94305 2 Dept. of Pathology, The Johns Hopkins Medical Institutions, Baltimore, MD 21205 I. HIV-1 Drug Resistance A. Introduction HIV-1 RT and protease sequencing and drug susceptibility testing have been done in research settings for more than ten years to elucidate the genetic mechanisms of resistance to antiretroviral drugs. Retrospective studies have shown that the presence of drug resistance before starting a new drug regimen is an independent predictor of virologic response to that regimen (DeGruttola et al., 2000; Hanna and D’Aquila, 2001; Haubrich and Demeter, 2001). Prospective studies have shown that patients whose physicians have access to drug resistance data, particularly genotypic resistance data, respond better to therapy than control patients whose physicians do not have access to the same data (Baxter et al., 2000; Cohen et al., 2000; De Luca et al., 2001; Durant et al., 1999; Melnick et al., 2000; Meynard et al., 2000; Tural et al., 2000). The accumulation of retrospective and prospective data has led three expert panels to recommend the use of resistance testing in the treatment of HIV-infected patients (EuroGuidelines Group for HIV Resistance, 2001; Hirsch et al., 2000; US Department of Health and Human Services Panel on Clinical Practices for Treatment of HIV Infection, 2000) (Table 1). There have been several recent reviews on methods for assessing HIV-1 drug resistance (Demeter and Haubrich, 2001; Hanna and D’Aquila, 2001; Richman, 2000) and on the mutations associated with drug resistance (Deeks, 2001; Hammond et al., 1999; Loveday, 2001; Miller, 2001; Shafer et al., 2000b).
    [Show full text]
  • Next-Generation DNA Sequencing Informatics, 2Nd Edition
    This is a free sample of content from Next-Generation DNA Sequencing Informatics, 2nd edition. Click here for more information on how to buy the book. Index Page references followed by f denote figures. Page references followed by t denote tables. A Needleman–Wunsch (NW) algorithm, 49, 54, 110–113 overview, 109–110 Abeel, Thomas, 103 – – – ABI. See Applied Biosystems Inc. Smith Waterman (SW) algorithm, 38, 49, 62 63, 111 113 Ab initio genome annotation, 172, 178, 180t–181t Splign, 182 – TopHat, 43, 182 ab1PeakReporter software, 52 53 – A-Bruijn graph, 133–134 Alignment score, FASTA, 64 65 ABySS (Assembly by Short Sequencing), 134, 142, 147–153 Allele, 52, 354 Allele frequency, 76, 94, 193 effect of k-mer size and minimum pair number on assembly, fi 148–149, 149f Allele-speci c expression, 155, 298 overview of, 147–148 ALLPATHS, 134 quality of assembly, 149–153, 150t, 151f–152f ALN format, 92 α transcriptome assembly (Trans-ABySS), 158t, 160–161, 166 -diversity indices, 319 – – AceView database, 294, 295f Alternative splicing, 182, 293 296, 294f 295f Acrylamide gels Altschul, Stephen, 65 capillary tube, 4 Amazon Elastic Compute Cloud (EC2), 43, 254, 300, 315, – Sanger sequencing and, 2, 3–4 362 364, 366, 369 – ACT, 179t Amino acids, pairwise comparisons, 48 49 Adapter removal, 37–39, 39f, 43 Amplicons, 8, 30, 89, 204, 309, 312 Adapter Removal program, 38 Amplicon Variant Analyzer, 101 Affine gaps, 42, 110, 111–112 AmpliSeq Cancer Panel (Ion Torrent), 206 Algorithms Annotation, 75. See also Genome annotation – – – alignment, 49, 109–124, 129, 223, 338, 344 ChIP-seq peak, 240 242, 255, 259, 262 263, 262f 263f – assembly, 59, 127–129, 133–134, 338 proteogenomics and, 327 328, 328f – database searching, 113–115 of variants, 208 212 development, 364 ANNOVAR, 211 DNA fragment/genome assembly, 127–129, 133–134, 142 Anthrax, 141 dynamic programming, 110–124 Anti-sense RNA, 281 file compression, 79 Application programming interface (API), 368 Golay error-correcting, 31 Applied Biosystems Inc.
    [Show full text]
  • Comparison of DNA Sequence Assembly Algorithms Using Mixed Data Sources
    Comparison of DNA Sequence Assembly Algorithms Using Mixed Data Sources A Thesis Submitted to the College of Graduate Studies and Research in Partial Fulfillment of the Requirements for the degree of Master of Science in the Department of Computer Science University of Saskatchewan Saskatoon By Tejumoluwa Abegunde c Tejumoluwa Abegunde, April/2010. All rights reserved. Permission to Use In presenting this thesis in partial fulfilment of the requirements for a Postgraduate degree from the University of Saskatchewan, I agree that the Libraries of this University may make it freely available for inspection. I further agree that permission for copying of this thesis in any manner, in whole or in part, for scholarly purposes may be granted by the professor or professors who supervised my thesis work or, in their absence, by the Head of the Department or the Dean of the College in which my thesis work was done. It is understood that any copying or publication or use of this thesis or parts thereof for financial gain shall not be allowed without my written permission. It is also understood that due recognition shall be given to me and to the University of Saskatchewan in any scholarly use which may be made of any material in my thesis. Requests for permission to copy or to make other use of material in this thesis in whole or part should be addressed to: Head of the Department of Computer Science 176 Thorvaldson Building 110 Science Place University of Saskatchewan Saskatoon, Saskatchewan Canada S7N 5C9 i Abstract DNA sequence assembly is one of the fundamental areas of bioinformatics.
    [Show full text]
  • Downloading and Will Run As Stand-Alone Software
    BMC Bioinformatics BioMed Central Software Open Access preAssemble: a tool for automatic sequencer trace data processing Alexei A Adzhubei*1,4, Jon K Laerdahl2 and Anna V Vlasova3 Address: 1Norwegian School of Veterinary Science, BasAM – Genetics, P.O. Box 8146 Dep, NO-0033 Oslo, Norway, 2Centre for Molecular Biology and Neuroscience (CMBN) Institute of Medical Microbiology, Rikshospitalet, NO-0027 Oslo, Norway, 3Engelhardt Institute of Molecular Biology, Vavilov St. 32, 117984 Moscow, Russia and 4The Biotechnology Centre of Oslo, University of Oslo, P.O. Box 1125 Blindern, NO-0317 Oslo, Norway Email: Alexei A Adzhubei* - [email protected]; Jon K Laerdahl - [email protected]; Anna V Vlasova - [email protected] * Corresponding author Published: 17 January 2006 Received: 02 August 2005 Accepted: 17 January 2006 BMC Bioinformatics 2006, 7:22 doi:10.1186/1471-2105-7-22 This article is available from: http://www.biomedcentral.com/1471-2105/7/22 © 2006 Adzhubei et al; licensee BioMed Central Ltd. This is an Open Access article distributed under the terms of the Creative Commons Attribution License (http://creativecommons.org/licenses/by/2.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited. Abstract Background: Trace or chromatogram files (raw data) are produced by automatic nucleic acid sequencing equipment or sequencers. Each file contains information which can be interpreted by specialised software to reveal the sequence (base calling). This is done by the sequencer proprietary software or publicly available programs. Depending on the size of a sequencing project the number of trace files can vary from just a few to thousands of files.
    [Show full text]
  • Basecalling, Alignment, Assembly and Deconvolution of Sanger
    Rausch et al. BMC Genomics (2020) 21:230 https://doi.org/10.1186/s12864-020-6635-8 SOFTWARE Open Access Tracy: basecalling, alignment, assembly and deconvolution of sanger chromatogram trace files Tobias Rausch1,2,3*† , Markus Hsi-Yang Fritz2†, Andreas Untergasser1,4† and Vladimir Benes1 Abstract Background: DNA sequencing is at the core of many molecular biology laboratories. Despite its long history, there is a lack of user-friendly Sanger sequencing data analysis tools that can be run interactively as a web application or at large-scale in batch from the command-line. Results: We present Tracy, an efficient and versatile command-line application that enables basecalling, alignment, assembly and deconvolution of sequencing chromatogram files. Its companion web applications make all functionality of Tracy easily accessible using standard web browser technologies and interactive graphical user interfaces. Tracy can be easily integrated in large-scale pipelines and high-throughput settings, and it uses state-of-the-art file formats such as JSON and BCF for reporting chromatogram sequencing results and variant calls. The software is open-source and freely available at https://github.com/gear-genomics/tracy, the companion web applications are hosted at https://www.gear-genomics.com. Conclusions: Tracy can be routinely applied in large-scale validation efforts conducted in clinical genomics studies as well as for high-throughput genome editing techniques that require a fast and rapid method to confirm discovered variants or engineered mutations. Molecular biologists benefit from the companion web applications that enable installation-free Sanger chromatogram analyses using intuitive, graphical user interfaces. Keywords: Chromatogram, PCR, Sanger sequencing, Alignment, Variant calling Background patch a reference sequence based on trace information.
    [Show full text]
  • Gap5—Editing the Billion Fragment Sequence Assembly James K
    Vol. 26 no. 14 2010, pages 1699–1703 BIOINFORMATICS ORIGINAL PAPER doi:10.1093/bioinformatics/btq268 Genome analysis Advance Access publication May 30, 2010 Gap5—editing the billion fragment sequence assembly James K. Bonfield∗ and Andrew Whitwham Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Cambridge, CB10 1SA, UK Associate Editor: Dmitrij Frishman ABSTRACT and memory footprint. However, the solutions typically employed Motivation: Existing sequence assembly editors struggle with the by these programs are only amenable for read-only access, with the volumes of data now readily available from the latest generation of exception of NGSView that can perform some minor editing tasks. DNA sequencing instruments. In addition to algorithmic efficiency, the large increase in Results: We describe the Gap5 software along with the data the number of DNA fragments has put a strain on our storage structures and algorithms used that allow it to be scalable. We requirements. By using data compression methods, the storage demonstrate this with an assembly of 1.1 billion sequence fragments burden can be greatly reduced, with the BAM file format being and compare the performance with several other programs. We one such recent example. When coupled with an index, compressed analyse the memory, CPU, I/O usage and file sizes used by Gap5. BAM files can be randomly accessed. Availability and Implementation: Gap5 is part of the Staden We present the Gap5 program: a sequence assembly viewer and Package and is available under an Open Source licence from http:// editor. This encompasses both base by base editing operations as staden.sourceforge.net. It is implemented in C and Tcl/Tk.
    [Show full text]
  • Download from Ftp:/ Matter of Fashion? Nat Rev Genet 2004, 5:63-69
    BMC Bioinformatics BioMed Central Software Open Access STAMP: Extensions to the STADEN sequence analysis package for high throughput interactive microsatellite marker design Lars Kraemer1,2, Bánk Beszteri2, Steffi Gäbler-Schwarz2, Christoph Held2, Florian Leese2,3, Christoph Mayer3, Kevin Pöhlmann2 and Stephan Frickenhaus*2 Address: 1Institut für Klinische Molekularbiologie, Universität Kiel, Arnold-Heller-Str 3, 24105 Kiel, Germany, 2Alfred Wegener Institute for Polar and Marine Research, Am Handelshafen 12, 27570 Bremerhaven, Germany and 3Animal Ecology, Evolution and Biodiversity, Ruhr University, 44780 Bochum, Germany Email: Lars Kraemer - [email protected]; Bánk Beszteri - [email protected]; Steffi Gäbler-Schwarz - [email protected]; Christoph Held - [email protected]; Florian Leese - [email protected]; Christoph Mayer - [email protected]; Kevin Pöhlmann - [email protected]; Stephan Frickenhaus* - [email protected] * Corresponding author Published: 30 January 2009 Received: 24 September 2008 Accepted: 30 January 2009 BMC Bioinformatics 2009, 10:41 doi:10.1186/1471-2105-10-41 This article is available from: http://www.biomedcentral.com/1471-2105/10/41 © 2009 Kraemer et al; licensee BioMed Central Ltd. This is an Open Access article distributed under the terms of the Creative Commons Attribution License (http://creativecommons.org/licenses/by/2.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited. Abstract Background: Microsatellites (MSs) are DNA markers with high analytical power, which are widely used in population genetics, genetic mapping, and forensic studies. Currently available software solutions for high-throughput MS design (i) have shortcomings in detecting and distinguishing imperfect and perfect MSs, (ii) lack often necessary interactive design steps, and (iii) do not allow for the development of primers for multiplex amplifications.
    [Show full text]
  • The Staden Package Manual Last Update on 22 October 2002
    The Staden Package Manual Last update on 22 October 2002 James Bonfield, Kathryn Beal, Mark Jordan, Yaping Cheng and Rodger Staden Copyright c 1999-2002, Medical Research Council, Laboratory of Molecular Biology. Permission is given to duplicate this manual in both paper and electronic forms. If you wish to charge more than the duplication costs, or wish to make edits to the manual, please contact the authors by email to [email protected]. i Short Contents 1 Sequence assembly and finishing using Gap4.................... 3 2 Searching for point mutations using pregap4 and gap4 .......... 207 3 Preparing readings for assembly using pregap4 ................ 223 4 Marking poor quality and vector segments of readings .......... 291 5 Screening Against Vector Sequences ........................ 293 6 Screening Readings for Contaminant Sequences ............... 305 7 Viewing and editing trace data using trev .................... 309 8 Analysing and comparing sequences using spin ................ 319 9 User Interface ......................................... 401 10 File Formats .......................................... 411 11 Man Pages ........................................... 445 References ............................................... 477 General Index ............................................. 479 File Index ................................................ 491 Variable Index ............................................ 493 Function Index ............................................ 495 ii The Staden Package Manual iii Table
    [Show full text]