Click or drag to resize
FastAParserParse 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 IEnumerable<ISequence> Parse(
	Stream stream
)

Parameters

stream
Type: System.IOStream
Stream to parse.

Return Value

Type: IEnumerableISequence
Returns ISequence arrays.

Implements

IParserTParse(Stream)
See Also