2017-09-10 13:05:48 +02:00
|
|
|
Pysam is a python module for reading and manipulating files in the
|
|
|
|
SAM/BAM format. The SAM/BAM format is a way to store efficiently large
|
2018-01-21 02:55:13 +01:00
|
|
|
numbers of alignments (Li 2009), such as those routinely created by
|
2017-09-10 13:05:48 +02:00
|
|
|
next-generation sequencing methods.
|
|
|
|
|
|
|
|
Pysam is a lightweight wrapper of the samtools_ C-API. Pysam also
|
2018-01-21 02:55:13 +01:00
|
|
|
includes an interface for tabix.
|
|
|
|
|
|
|
|
Reference: Li et al. Bioinformatics. 2009 Aug 15;25(16):2078-9.
|
|
|
|
doi: 10.1093/bioinformatics/btp352.
|
|
|
|
The Sequence Alignment/Map format and SAMtools.
|