DNAAlphabet {Biostrings} | R Documentation |
The function DNAAlphabet
returns an alphabet consisting of the
letters ‘A’, ‘C’, ‘G’, ‘T’ and ‘-’ (the last representing a gap).
The function RNAAlphabet
returns an alphabet consisting of the
letters ‘A’, ‘C’, ‘G’, ‘U’ and ‘-’ (the last representing a gap).
DNAAlphabet() RNAAlphabet()
An object of class "NucleotideAlphabet". See
NucleotideAlphabet-class
for details.
Saikat DebRoy
DNAPatternAlphabet
and
RNAPatternAlphabet
return alphabets for standrad
patterns used in DNA and RNA sequences.
DNAAlphabet() RNAAlphabet()