getAlphabetFromCharacters {DiffLogo} | R Documentation |
returns the alphabet which fits to the given characters
getAlphabetFromCharacters(characters)
characters |
a character vector of characters |
an alphabet of type Alphabet
alphabet = getAlphabetFromSequences(c("A","A","C","C","G","G","T","T"))