View source: R/plotTranscript.R
plotTranscript | R Documentation |
Plot the bundances of P site on a transcript.
plotTranscript(
reads,
tx_name,
col = c(Frame_0 = "#009E73", Frame_1 = "#D55E00", Frame_2 = "#0072B2")
)
reads |
Output of assignReadingFrame |
tx_name |
Transcript names. |
col |
Colors for reading frames |
Invisible heights of the barplot.
pcs <- readRDS(system.file("extdata", "samplePc.rds",
package="ribosomeProfilingQC"))
plotTranscript(pcs, c("ENSDART00000152562", "ENSDART00000054987"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.