Click or drag to resize
RnaAlphabet Properties

The RnaAlphabet 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 symbols. This alphabet does have ambiguous symbols.
Public propertyHasGaps
Gets or sets a value indicating whether this alphabet has a gap symbol. This alphabet does have a gap symbol.
Public propertyHasTerminations
Gets or sets a value indicating whether this alphabet has termination symbols. 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 propertyU
Gets U - Uracil.
Top
See Also