Description Usage Arguments Value
View source: R/experiment_plots.R
Should only be used internally
1 2 3 4 5 6 7 8 9 10 |
coverage |
a data.table containing at least columns (count/score, position), it is possible to have additionals: (genes, fraction, feature) |
df |
an ORFik |
outdir |
directory to save to (default: NULL, no saving) |
scores |
scoring function (default: c("sum", "zscore")), see ?coverageScorings for possible scores. |
returnCoverage |
(defualt: FALSE), return the ggplot object (TRUE) or NULL (FALSE). |
title |
Title to give plot |
colors |
Which colors to use, default auto color from function
|
plotFunction |
Which plot function, default: windowCoveragePlot |
NULL (or ggplot object if returnCoverage is TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.