Description Usage Arguments Value Author(s) Examples
View source: R/metaseqr.plot.R
A wrapper around the plotting functions availale in the
EDASeq normalization Bioconductor package. For analytical
explanation of each plot please see the vignette of the
EDASeq package. It is best to use this function through
the main plotting function
diagplot.metaseqr
.
1 2 3 4 |
x |
the count data matrix. |
sample.list |
the list containing condition names and the samples under each condition. |
covar |
The covariate to plot counts against.
Usually |
is.norm |
a logical indicating whether object contains raw or normalized data. It is not essential and it serves only plot annotation purposes. |
which.plot |
the EDASeq package plot to generate. It
can be one or more of |
output |
one or more R plotting device to direct the
plot result to. Supported mechanisms: |
path |
the path to create output files. |
... |
further arguments to be passed to plot
devices, such as parameter from |
The filenames of the plot produced in a named list with
names the which.plot argument. If output="x11"
, no
output filenames are produced.
Panagiotis Moulos
1 2 3 4 | require(DESeq)
data.matrix <- counts(makeExampleCountDataSet())
sample.list <- list(A=c("A1","A2"),B=c("B1","B2","B3"))
diagplot.edaseq(data.matrix,sample.list,which.plot="meandiff")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.