Click or drag to resize
FastQParserParseOne Method (Stream, FastQFormatType)
Returns a single QualitativeSequence from the FASTQ data.

Namespace: Bio.IO.FastQ
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public IQualitativeSequence ParseOne(
	Stream stream,
	FastQFormatType formatType
)

Parameters

stream
Type: System.IOStream
Reader to be parsed.
formatType
Type: BioFastQFormatType
FASTQ format type.

Return Value

Type: IQualitativeSequence
Returns a QualitativeSequence.
See Also