Bio.IO.BAM Namespace |
[Missing <summary> documentation for "N:Bio.IO.BAM"]
Class | Description | |
---|---|---|
![]() | BAMFormatter |
Writes a SequenceAlignmentMap to a particular location, usually a file.
The output is formatted according to the BAM file format.
Documentation for the latest BAM file format can be found at
http://samtools.sourceforge.net/SAM1.pdf
|
![]() | BAMIndex |
Class to hold BAMIndex information.
|
![]() | BAMIndexStorage |
Class to read or write BAMIndex data from a file or a stream.
|
![]() | BAMParser |
A BAMParser reads from a source of binary data that is formatted according to the BAM
file specification, and converts the data to in-memory SequenceAlignmentMap object.
Documentation for the latest BAM file format can be found at
http://samtools.sourceforge.net/SAM1.pdf
|
![]() | BAMReferenceIndexes |
Class to hold BAM file index information related to a reference sequence.
Holds bin and linear index information for a reference sequence.
|
![]() | Bin |
Class to hold Bin information.
An instance of this class can contain Bin number and list of chunks related to the bin number.
|
![]() | Chunk |
Class to hold start and end offsets of a BAM file chunk related to a bin.
|
![]() | ChunkSorterForMerging |
Singleton Class to Sort Chunks to help merging of chunks.
|
![]() | RegexValidatedStringList |
A list of strings where each item in the list has been validated to meet the conditions of a particular
regular expression, used to verify that any item retrieved from this list follows the condition given.
|
Structure | Description | |
---|---|---|
![]() | FileOffset |
Class to hold offset of a BAM file.
|
Enumeration | Description | |
---|---|---|
![]() | BAMSortByFields |
Defines list of possible sort option for SequenceAlignmentMap
|