View source: R/ClassifierStats.R
startCodonMetrics | R Documentation |
Usually something like this good: ATG, CTG, ACG and GTG bad: AAG AND AGG
startCodonMetrics(
hits,
tissue = NULL,
StartCodons = getAllSequenceFeaturesTable()$StartCodons
)
hits |
a logical vector of TRUE, FALSE (TRUE is predicted) |
tissue |
default NULL, or a character name of tissue to print |
StartCodons |
character, sequences of start codons, default: getAllSequenceFeaturesTable()$StartCodons |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.