BamTools: a C++ API and toolkit for analyzing and managing BAM files.
basic_science · Level V
Where this comes from
- Record sourced from PubMed, PMID 21493652.
- Also identified by DOI 10.1093/bioinformatics/btr174 and PMC identifier 3106182.
- No licence information is recorded for this record.
- Because redistribution is not established, this page shows the abstract only. Follow the links below for the full text.
Abstract
Analysis of genomic sequencing data requires efficient, easy-to-use access to alignment results and flexible data management tools (e.g. filtering, merging, sorting, etc.). However, the enormous amount of data produced by current sequencing technologies is typically stored in compressed, binary formats that are not easily handled by the text-based parsers commonly used in bioinformatics research. We introduce a software suite for programmers and end users that facilitates research analysis and data management using BAM files. BamTools provides both the first C++ API publicly available for BAM file support as well as a command-line toolkit. BamTools was written in C++, and is supported on Linux, Mac OSX and MS Windows. Source code and documentation are freely available at http://github.org/pezmaster31/bamtools.
Medical subject headings
- Genomics
- Sequence Analysis, DNA
- Software