Concepedia

Publication | Open Access

BamTools: a C++ API and toolkit for analyzing and managing BAM files

1.1K

Citations

5

References

2011

Year

TLDR

Analysis of genomic sequencing data requires efficient, easy‑to‑use access to alignment results and flexible data‑management tools, yet compressed binary formats hinder text‑based parsers. The authors present BamTools, a software suite that enables researchers to analyze and manage BAM files. BamTools offers a publicly available C++ API and a command‑line toolkit for BAM file support. BamTools is cross‑platform, open‑source, and available at https://github.com/pezmaster31/bamtools, with contact at barnetde@bc.edu.

Abstract

Abstract Motivation: 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. Results: 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. Availability: 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. Contact: barnetde@bc.edu

References

YearCitations

Page 1