Click or drag to resize
DnaAlphabet Properties

The DnaAlphabet type exposes the following members.

Properties
  NameDescription
Public propertyA
Gets A - Adenine.
Public propertyC
Gets C - Cytosine.
Public propertyCount
Gets count of nucleotides.
Public propertyG
Gets G - Guanine.
Public propertyGap
Gets Default Gap symbol.
Public propertyHasAmbiguity
Gets or sets a value indicating whether this alphabet has ambiguous character. This alphabet does have ambiguous symbols.
Public propertyHasGaps
Gets or sets a value indicating whether this alphabet has a gap character. This alphabet does have a gap symbol.
Public propertyHasTerminations
Gets or sets a value indicating whether this alphabet has termination character. This alphabet does not have termination symbols.
Public propertyIsComplementSupported
Gets or sets a value indicating whether this Complement is supported on this Alphabet. This alphabet has support for complement.
Public propertyItem
Gets the byte value of item at the given index.
Public propertyName
Gets or sets Friendly name for Alphabet type.
Public propertyT
Gets T - Thymine.
Top
See Also