Click or drag to resize
QualitativeSequenceConvertTo Method
Converts the current instance to the specified FastQ format type and returns a new instance of QualitativeSequence.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public QualitativeSequence ConvertTo(
	FastQFormatType formatType
)

Parameters

formatType
Type: BioFastQFormatType
FastQ format type to convert.

Return Value

Type: QualitativeSequence

[Missing <returns> documentation for "M:Bio.QualitativeSequence.ConvertTo(Bio.FastQFormatType)"]

See Also