Click or drag to resize
FastAParserParseOne Method
Returns an IEnumerable of sequences in the stream being parsed.

Namespace: Bio.IO.FastA
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public ISequence ParseOne(
	Stream stream
)

Parameters

stream
Type: System.IOStream
Stream to parse.

Return Value

Type: ISequence
Returns a Sequence.

Implements

IParserTParseOne(Stream)
See Also