Click or drag to resize
MummerRnaAlphabet Properties

The MummerRnaAlphabet type exposes the following members.

Properties
  NameDescription
Public propertyA
Gets A - Adenine.
(Inherited from RnaAlphabet.)
Public propertyAC
Gets Ambiguous symbols A-Adenine C-Cytosine.
(Inherited from AmbiguousRnaAlphabet.)
Public propertyACU
Gets Ambiguous symbols A-Adenine C-Cytosine U-Uracil.
(Inherited from AmbiguousRnaAlphabet.)
Public propertyAny
Gets Ambiguous symbol Any.
(Inherited from AmbiguousRnaAlphabet.)
Public propertyAU
Gets Ambiguous symbols A-Adenine U-Uracil.
(Inherited from AmbiguousRnaAlphabet.)
Public propertyC
Gets C - Cytosine.
(Inherited from RnaAlphabet.)
Public propertyConcatenationChar
Gets the Concatenation character
Public propertyCount
Gets count of nucleotides.
(Inherited from RnaAlphabet.)
Public propertyG
Gets G - Guanine.
(Inherited from RnaAlphabet.)
Public propertyGA
Gets Ambiguous symbols G-Guanine A-Adenine.
(Inherited from AmbiguousRnaAlphabet.)
Public propertyGap
Gets Default Gap symbol.
(Inherited from RnaAlphabet.)
Public propertyGAU
Gets Ambiguous symbols G-Guanine A-Adenine U-Uracil.
(Inherited from AmbiguousRnaAlphabet.)
Public propertyGC
Gets Ambiguous symbols G-Guanine C-Cytosine.
(Inherited from AmbiguousRnaAlphabet.)
Public propertyGCA
Gets Ambiguous symbols G-Guanine C-Cytosine A-Adenine.
(Inherited from AmbiguousRnaAlphabet.)
Public propertyGU
Gets Ambiguous symbols G-Guanine U-Uracil.
(Inherited from AmbiguousRnaAlphabet.)
Public propertyGUC
Gets Ambiguous symbols G-Guanine U-Uracil C-Cytosine.
(Inherited from AmbiguousRnaAlphabet.)
Public propertyHasAmbiguity
Gets or sets a value indicating whether this alphabet has ambiguous symbols. This alphabet does have ambiguous symbols.
(Inherited from RnaAlphabet.)
Public propertyHasGaps
Gets or sets a value indicating whether this alphabet has a gap symbol. This alphabet does have a gap symbol.
(Inherited from RnaAlphabet.)
Public propertyHasTerminations
Gets or sets a value indicating whether this alphabet has termination symbols. This alphabet does not have termination symbols.
(Inherited from RnaAlphabet.)
Public propertyIsComplementSupported
Gets or sets a value indicating whether this Complement is supported on this Alphabet. This alphabet has support for complement.
(Inherited from RnaAlphabet.)
Public propertyItem
Gets the byte value of item at the given index.
(Inherited from RnaAlphabet.)
Public propertyName
Gets or sets Friendly name for Alphabet type.
(Inherited from RnaAlphabet.)
Public propertyU
Gets U - Uracil.
(Inherited from RnaAlphabet.)
Public propertyUC
Gets Ambiguous symbols U-Uracil C-Cytosine.
(Inherited from AmbiguousRnaAlphabet.)
Top
See Also