BAMParserGetIndexFromBAMStorage Method |
Returns BAMIndex by parsing specified BAM stream.
Namespace: Bio.IO.BAMAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxpublic BAMIndex GetIndexFromBAMStorage(
Stream stream
)
Public Function GetIndexFromBAMStorage (
stream As Stream
) As BAMIndex
public:
BAMIndex^ GetIndexFromBAMStorage(
Stream^ stream
)
member GetIndexFromBAMStorage :
stream : Stream -> BAMIndex
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