Click or drag to resize
BAMParser Methods

The BAMParser type exposes the following members.

Methods
  NameDescription
Public methodDispose
Implements the IDisposable interface
Protected methodDispose(Boolean)
Disposes this object.
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 methodGetAlignedSequence
Returns an aligned sequence by parses the BAM file.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetHeader
Gets the SAMAlignmentHeader from the specified stream. Note that this method resets the specified stream to BOF before reading.
Public methodGetIndexFromBAMStorage
Returns BAMIndex by parsing specified BAM stream.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsEOF
Returns a boolean indicating whether the reader is reached end of file or not.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodParse
Returns an iterator over a set of SAMAlignedSequences retrieved from a parsed BAM file.
Public methodParseOne
Returns a SequenceAlignmentMap object by parsing a BAM file.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also