QualitativeSequence Constructor |
Name | Description | |
---|---|---|
QualitativeSequence(IAlphabet, FastQFormatType, Byte, Byte) |
Initializes a new instance of the QualitativeSequence class with specified alphabet, quality score type,
byte array representing symbols and encoded quality scores.
Sequence and quality scores are validated with the specified alphabet and specified fastq format respectively.
| |
QualitativeSequence(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.
| |
QualitativeSequence(IAlphabet, FastQFormatType, Byte, Byte, Boolean) |
Initializes a new instance of the QualitativeSequence class with specified alphabet, quality score type,
byte array representing symbols and encoded quality scores.
| |
QualitativeSequence(IAlphabet, FastQFormatType, Byte, Int32, Boolean) |
Initializes a new instance of the QualitativeSequence class with specified alphabet, quality score type,
byte array representing symbols and integer array representing base quality scores
(Phred or Solexa base according to the FastQ format type).
| |
QualitativeSequence(IAlphabet, FastQFormatType, Byte, SByte, Boolean) |
Initializes a new instance of the QualitativeSequence class with specified alphabet, quality score type,
byte array representing symbols and signed byte array representing base quality scores
(Phred or Solexa base according to the FastQ format type).
| |
QualitativeSequence(IAlphabet, FastQFormatType, String, String, Boolean) |
Initializes a new instance of the QualitativeSequence class with specified alphabet, quality score type,
string representing symbols and encoded quality scores.
|