Click or drag to resize
BAMParserGetIndexFromBAMStorage Method
Returns BAMIndex by parsing specified BAM stream.

Namespace: Bio.IO.BAM
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public BAMIndex GetIndexFromBAMStorage(
	Stream stream
)

Parameters

stream
Type: System.IOStream
Stream to read.

Return Value

Type: BAMIndex

[Missing <returns> documentation for "M:Bio.IO.BAM.BAMParser.GetIndexFromBAMStorage(System.IO.Stream)"]

See Also