Description Usage Arguments Author(s)
Plot gene counts as box plots
1 2 3 4 5 6 7 8 9 10 | PlotRNABoxplots(
res.list,
dds,
rld,
outpath,
padj.thresh,
fc.thresh,
top.n,
level
)
|
res.list |
Named List containing DESeqResults objects for
all comparisons generated by |
dds |
A DESeqDataSet object as returned by
|
rld |
A RangedSummarizedExperiment object of
|
outpath |
Path to directory to be used for output. |
padj.thresh |
Number indicating the adjusted p-value cutoff to be used for determining "significant" differential expression. |
fc.thresh |
Number indicating the log2 fold-change cutoff to be used for determining "significant" differential expression. |
top.n |
Number of differentially expressed genes to create boxplots for,
ranked by adj. p-value after applying |
level |
String defining variable of interest. |
Jared Andrews
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.