plotTrack | R Documentation |
This function visualizes the ribosome footprint in the form of P-site frequency at the per nucleotide level along the total transcript. Plotting is implemented with the ggplot2 package.
plotTrack(data, genes.list, replicates = NULL,exons = FALSE)
data |
Data object from |
genes.list |
A list of genes for visualization. |
replicates |
Names of the replicates for which the footprint to visualize. The default is for all. |
exons |
If value is |
Visualizes the Ribo-seq per nucleotide footprint on merged exons
of the genes and replicates specified. If exons
is TRUE
,
Ribo-seq footprint per exon of specified genes is also output.
data(data.psite) plotTrack(data = data.psite, genes.list = c("YDR050C", "YDR064W"), replicates = NULL, exons = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.