Description Usage Arguments Value Examples
Quality control for pshifted Ribo-seq data
1 2 3 4 5 6 7 8 9 |
df |
an ORFik |
output.dir |
directory to save plot, default: file.path(dirname(df$filepath[1]), "QC_STATS/"). If NULL will not save. |
width |
width of plot, default 6.6 (in inches) |
height |
height of plot, default 4.5 (in inches) |
type |
type of library loaded, default pshifted, warning if not pshifted might crash if too many read lengths! |
weight |
which column in reads describe duplicates, default "score". |
BPPARAM |
how many cores/threads to use? default: bpparam().
To see number of threads used, do |
ggplot object as a grid
1 2 3 4 | df <- ORFik.template.experiment()
df <- df[3,] #lets only p-shift RFP sample at index 3
#shiftFootprintsByExperiment(df)
#RiboQC.plot(df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.