powered by
Check if a codon is a stop codon.
# S3 method for CodonAlphabet isStopCodon(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 isStopCodon(a,"ATG") isStopCodon(a,"TGA") # }
Run the code above in your browser using DataLab