powered by
builts an object of class Alphabet from the given set of symbols and colors
Alphabet(chars, cols)
the Alphabet object
set of symbols
set of colors; one for each symbol
Martin Nettling
DNA <- Alphabet(c("A", "C", "G", "T"), c("green4", "blue", "orange", "red"))
Run the code above in your browser using DataLab