Click or drag to resize
GenBankLocusInfo Class
Locus provides a short mnemonic name for the sequence entry in gen bank database, chosen to suggest the sequence's definition. It also contains information like Sequence type, Strand type division code etc.
Inheritance Hierarchy
SystemObject
  Bio.IO.GenBankGenBankLocusInfo

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

The GenBankLocusInfo type exposes the following members.

Constructors
  NameDescription
Public methodGenBankLocusInfo
Initializes a new instance of the GenBankLocusInfo class
Top
Properties
  NameDescription
Public propertyDate
Contains the date the entry was entered or underwent any substantial revisions, such as the addition of newly published data.
Public propertyDivisionCode
A DivisionCode specifies which family a sequence belongs to.
Public propertyMoleculeType
Specifies type of the biological sequence.
Public propertyName
Mnemonic name for the sequence entry.
Public propertySequenceLength
Specifies the length of the sequence present.
Public propertySequenceType
Sequence type specifies whether the sequence is a base pair (bp) or an amino acid (aa).
Public propertyStrand
A StrandType specifies whether sequence occurs as a single stranded, double stranded or mixed stranded.
Public propertyStrandTopology
A StrandTopology specifies whether the strand is linear or circular.
Top
Methods
  NameDescription
Public methodClone
Creates a new GenBankLocusInfo that is a copy of the current GenBankLocusInfo.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(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.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also