Click or drag to resize
GenBankLocusTokenParserLocusConstants Class
List of text to enumeration mappings to better organize and contain variable information with respect to parsing the locus.
Inheritance Hierarchy
SystemObject
  Bio.IO.GenBankGenBankLocusTokenParserLocusConstants

Namespace: Bio.IO.GenBank
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static class LocusConstants

The GenBankLocusTokenParserLocusConstants type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberAlphabetTypes
Maps each known molecule type string to its enumeration definition.
Public fieldStatic memberMoleculeTopologies
Maps each known topology string to its enumeration definition.
Public fieldStatic memberSequenceDivisionCodes
Maps all sequences division code strings to their respective enumeration.
Public fieldStatic memberSequenceStrandTypes
Maps each strand string to its enumeration definition.
Public fieldStatic memberSequenceTypes
List of sequence types expected.
Top
See Also