Click or drag to resize
FastQParserParse Method
Gets the IEnumerable of QualitativeSequences from the steam being parsed.

Namespace: Bio.IO.FastQ
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public IEnumerable<IQualitativeSequence> Parse(
	Stream stream
)

Parameters

stream
Type: System.IOStream
Stream to be parsed.

Return Value

Type: IEnumerableIQualitativeSequence
Returns the QualitativeSequences.

Implements

IParserTParse(Stream)
See Also