Click or drag to resize
GenBankParserAlphabet Property
The alphabet to use for parsed ISequence objects. If this is not set, an alphabet will be determined based on the file being parsed.

Namespace: Bio.IO.GenBank
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

Implements

IParserWithAlphabetTAlphabet
See Also