plotTest | R Documentation |
This function visualizes the ribosome footprint in the form of mapped P-site frequency at the bin level along the total transcript. Bins that test positive for statistically significant differences are marked in black. Plotting is implmented with the ggplot2 package.
plotTest(result, genes.list = NULL, threshold = 0.05)
result |
Data object resulting from |
genes.list |
|
threshold |
The q-value threshold for genes whose footprint to be visualized.
This argument is ignored if |
Bin-level tracks of genes and test results.
data(result.pst) plotTest(result = result.pst, genes.list = NULL, threshold = 0.05)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.