Description Usage Arguments Value Examples
Calculate the start or stop codon usage for the identified CDSs.
1 | codonUsage(reads, start = TRUE, genome)
|
reads |
Output of assignReadingFrame. |
start |
Calculate for start codon or stop codon. |
genome |
A BSgenome object. |
Table of codon usage.
1 2 3 4 5 | pcs <- readRDS(system.file("extdata", "samplePc.rds",
package="ribosomeProfilingQC"))
library(BSgenome.Drerio.UCSC.danRer10)
codonUsage(pcs, genome=Drerio)
codonUsage(pcs, start=FALSE, genome=Drerio)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.