Click or drag to resize
BedParserParseRange Method
Parse a set of ISequenceRange objects from a stream.

Namespace: Bio.IO.Bed
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public IList<ISequenceRange> ParseRange(
	Stream stream
)

Parameters

stream
Type: System.IOStream
The stream from which the sequence range is to be parsed.

Return Value

Type: IListISequenceRange
The list of sequence ranges.

Implements

ISequenceRangeParserParseRange(Stream)
See Also