View source: R/plotFrameDensity.R
plotFrameDensity | R Documentation |
Plot density for each reading frame.
plotFrameDensity(
reads,
density = TRUE,
col = c(Frame_0 = "#009E73", Frame_1 = "#D55E00", Frame_2 = "#0072B2")
)
reads |
Output of assignReadingFrame |
density |
Plot density or counts |
col |
Colors for reading frames |
A ggplot object.
pcs <- readRDS(system.file("extdata", "samplePc.rds",
package="ribosomeProfilingQC"))
plotFrameDensity(pcs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.