Click or drag to resize
SAMDnaAlphabet Properties

The SAMDnaAlphabet type exposes the following members.

Properties
  NameDescription
Public propertyA
Gets A - Adenine.
(Inherited from DnaAlphabet.)
Public propertyAC
Gets Ambiguous symbol A-Adenine C-Cytosine.
(Inherited from AmbiguousDnaAlphabet.)
Public propertyACT
Gets Ambiguous symbol A-Adenine C-Cytosine T-Thymine.
(Inherited from AmbiguousDnaAlphabet.)
Public propertyAny
Gets Ambiguous symbol Any.
(Inherited from AmbiguousDnaAlphabet.)
Public propertyAT
Gets Ambiguous symbol A-Adenine T-Thymine.
(Inherited from AmbiguousDnaAlphabet.)
Public propertyC
Gets C - Cytosine.
(Inherited from DnaAlphabet.)
Public propertyCount
Gets count of nucleotides.
(Inherited from DnaAlphabet.)
Public propertyDot
Gets symbol "." (Space holder to represent Intron). As per the Specification Version 0.1.2-draft (20090820) and 1.4-r985 In a split alignment "..." represents Intron.
Public propertyEqual
Gets the SAM symbol "=" (Equal to reference symbol)
Public propertyG
Gets G - Guanine.
(Inherited from DnaAlphabet.)
Public propertyGA
Gets Ambiguous symbol G-Guanine A-Adenine.
(Inherited from AmbiguousDnaAlphabet.)
Public propertyGap
Gets Default Gap symbol.
(Inherited from DnaAlphabet.)
Public propertyGAT
Gets Ambiguous symbol G-Guanine A-Adenine T-Thymine.
(Inherited from AmbiguousDnaAlphabet.)
Public propertyGC
Gets Ambiguous symbol G-Guanine C-Cytosine.
(Inherited from AmbiguousDnaAlphabet.)
Public propertyGCA
Gets Ambiguous symbol G-Guanine C-Cytosine A-Adenine.
(Inherited from AmbiguousDnaAlphabet.)
Public propertyGT
Gets Ambiguous symbol G-Guanine T-Thymine.
(Inherited from AmbiguousDnaAlphabet.)
Public propertyGTC
Gets Ambiguous symbol G-Guanine T-Thymine C-Cytosine.
(Inherited from AmbiguousDnaAlphabet.)
Public propertyHasAmbiguity
Gets or sets a value indicating whether this alphabet has ambiguous character. This alphabet does have ambiguous symbols.
(Inherited from DnaAlphabet.)
Public propertyHasGaps
Gets or sets a value indicating whether this alphabet has a gap character. This alphabet does have a gap symbol.
(Inherited from DnaAlphabet.)
Public propertyHasTerminations
Gets or sets a value indicating whether this alphabet has termination character. This alphabet does not have termination symbols.
(Inherited from DnaAlphabet.)
Public propertyIsComplementSupported
Gets or sets a value indicating whether this Complement is supported on this Alphabet. This alphabet has support for complement.
(Inherited from DnaAlphabet.)
Public propertyItem
Gets the byte value of item at the given index.
(Inherited from DnaAlphabet.)
Public propertyName
Gets or sets Friendly name for Alphabet type.
(Inherited from DnaAlphabet.)
Public propertyT
Gets T - Thymine.
(Inherited from DnaAlphabet.)
Public propertyTC
Gets Ambiguous symbol T-Thymine C-Cytosine.
(Inherited from AmbiguousDnaAlphabet.)
Top
See Also