FastQParserParseOne Method (Stream, FastQFormatType) |
Returns a single QualitativeSequence from the FASTQ data.
Namespace: Bio.IO.FastQAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public IQualitativeSequence ParseOne(
Stream stream,
FastQFormatType formatType
)
Public Function ParseOne (
stream As Stream,
formatType As FastQFormatType
) As IQualitativeSequence
public:
IQualitativeSequence^ ParseOne(
Stream^ stream,
FastQFormatType formatType
)
member ParseOne :
stream : Stream *
formatType : FastQFormatType -> IQualitativeSequence
Parameters
- stream
- Type: System.IOStream
Reader to be parsed. - formatType
- Type: BioFastQFormatType
FASTQ format type.
Return Value
Type:
IQualitativeSequenceReturns a QualitativeSequence.
See Also