Click or drag to resize
BAMParserParse Method
Returns an iterator over a set of SAMAlignedSequences retrieved from a parsed BAM file.

Namespace: Bio.IO.BAM
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public IEnumerable<SAMAlignedSequence> Parse(
	Stream stream
)

Parameters

stream
Type: System.IOStream
Stream to read

Return Value

Type: IEnumerableSAMAlignedSequence
IEnumerable SAMAlignedSequence object.
See Also