plotFrameDensity {ribosomeProfilingQC} | 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 |
Reading frame density
pcs <- readRDS(system.file("extdata", "samplePc.rds", package="ribosomeProfilingQC")) plotFrameDensity(pcs)