Click or drag to resize
Bio.IO.BAM Namespace

[Missing <summary> documentation for "N:Bio.IO.BAM"]

Classes
  ClassDescription
Public classBAMFormatter
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
Public classBAMIndex
Class to hold BAMIndex information.
Public classBAMIndexStorage
Class to read or write BAMIndex data from a file or a stream.
Public classBAMParser
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
Public classBAMReferenceIndexes
Class to hold BAM file index information related to a reference sequence. Holds bin and linear index information for a reference sequence.
Public classBin
Class to hold Bin information. An instance of this class can contain Bin number and list of chunks related to the bin number.
Public classChunk
Class to hold start and end offsets of a BAM file chunk related to a bin.
Public classChunkSorterForMerging
Singleton Class to Sort Chunks to help merging of chunks.
Public classRegexValidatedStringList
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.
Structures
  StructureDescription
Public structureFileOffset
Class to hold offset of a BAM file.
Enumerations
  EnumerationDescription
Public enumerationBAMSortByFields
Defines list of possible sort option for SequenceAlignmentMap