Click or drag to resize
SAMParserParseQualityNSequence Method (SAMAlignedSequence, IAlphabet, Byte, Byte, Boolean)
Parses sequence data and quality values and updates SAMAlignedSequence instance.

Namespace: Bio.IO.SAM
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static void ParseQualityNSequence(
	SAMAlignedSequence alignedSeq,
	IAlphabet alphabet,
	byte[] sequencedata,
	byte[] qualitydata,
	bool validate = true
)

Parameters

alignedSeq
Type: Bio.IO.SAMSAMAlignedSequence
SAM aligned Sequence.
alphabet
Type: BioIAlphabet
Alphabet of the sequence to be created.
sequencedata
Type: SystemByte
Sequence data.
qualitydata
Type: SystemByte
Quality values.
validate (Optional)
Type: SystemBoolean
Validation needed
See Also