Click or drag to resize
GenBankLocusTokenParser Class
Not all 3rd party programs respect the GenBank locus format. Due to this we cannot expect each item to lie in exact indices with respect to the locus. In order to parse this information based off of tokens we do have to make certain assumptions about the locus data, however this is well documented and for all but the ID field we know what the data type will be and what values it may contain.
Inheritance Hierarchy
SystemObject
  Bio.IO.GenBankGenBankLocusTokenParser

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

The GenBankLocusTokenParser type exposes the following members.

Constructors
  NameDescription
Public methodGenBankLocusTokenParser
Initializes a new instance of the GenBankLocusTokenParser class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodParse
Parses a locus string into a GenBankLocusInfo.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also