Click or drag to resize
BAMParserAlphabet Property
The alphabet to use for sequences in parsed SequenceAlignmentMap objects. Always returns singleton instance of SAMDnaAlphabet.

Namespace: Bio.IO.BAM
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public IAlphabet Alphabet { get; set; }

Property Value

Type: IAlphabet
See Also