Click or drag to resize
QualitativeSequence Constructor
Overload List
  NameDescription
Public methodQualitativeSequence(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.
Public methodQualitativeSequence(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.
Public methodQualitativeSequence(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.
Public methodQualitativeSequence(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).
Public methodQualitativeSequence(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).
Public methodQualitativeSequence(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.
Top
See Also