Click or drag to resize
QualitativeSequence Constructor (IAlphabet, FastQFormatType, String, String)
Initializes a new instance of the QualitativeSequence class with specified alphabet, quality score type, string representing symbols and encoded quality scores. Sequence and quality scores are validated with the specified alphabet and specified fastq format respectively.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public QualitativeSequence(
	IAlphabet alphabet,
	FastQFormatType fastQFormatType,
	string sequence,
	string encodedQualityScores
)

Parameters

alphabet
Type: BioIAlphabet
Alphabet to which this instance should conform.
fastQFormatType
Type: BioFastQFormatType
FastQ format type.
sequence
Type: SystemString
A string representing the symbols.
encodedQualityScores
Type: SystemString
A string representing the encoded quality scores.
See Also