Click or drag to resize
BAMReferenceIndexes Class
Class to hold BAM file index information related to a reference sequence. Holds bin and linear index information for a reference sequence.
Inheritance Hierarchy
SystemObject
  Bio.IO.BAMBAMReferenceIndexes

Namespace: Bio.IO.BAM
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public class BAMReferenceIndexes

The BAMReferenceIndexes type exposes the following members.

Constructors
  NameDescription
Public methodBAMReferenceIndexes
Create a new instance of the class that will be populated with data to make an instance.
Public methodBAMReferenceIndexes(Int32)
Creates new instance of BAMReferenceIndexes class. That will be populated with data to make an index
Top
Properties
  NameDescription
Public propertyBins
Gets list of Bin index information.
Public propertyFirstOffSetSeen
The location of the first offset in this file for a read from this index
Public propertyHasMetaData
Does this read have meta data associated with it? (number of mapped/unmapped reads?) Note that the meta-data is not standardized yet across implementations
Public propertyLastOffSetSeen
The location of the last offset in this file for a read from this index.
Public propertyLinearIndex
Gets list of Linear file offsets. An array holding the linear offsets to be output
Public propertyMappedReadsCount
Count of the number of mapped reads, may be inferred from index file.
Public propertyUnMappedReadsCount
Count of the number of unmapped reads (Typically those where a read does not align to a reference but its mate does, though this is not guaranteed).
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also