powered by
Check if a codon is a start codon.
# S3 method for CodonAlphabet isStartCodon(this, codon, ...)
A CodonAlphabet object.
The codon to be checked.
Not used.
TRUE or FALSE.
For more information see CodonAlphabet.
CodonAlphabet
# NOT RUN { # create a CodonAlphabet object a<-CodonAlphabet() # check some codons isStartCodon(a,"ATG") isStartCodon(a,"TGA") # }
Run the code above in your browser using DataLab