Description Usage Arguments Value Author(s) Examples
View source: R/metaseqr.plot.R
This function uses the read counts matrix to create pairwise correlation plots. The upper diagonal of the final image contains simple scatterplots of each sample against each other (log2 scale) while the lower diagonal contains mean-difference plots for the same samples (log2 scale). This type of diagnostic plot may not be interpretable for more than 10 samples.
1 | diagplot.pairs(x, output = "x11", path = NULL, ...)
|
x |
the read counts matrix or data frame. |
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 filename of the pairwise comparisons plot produced if it's a file.
Panagiotis Moulos
1 2 3 | require(DESeq)
data.matrix <- counts(makeExampleCountDataSet())
diagplot.pairs(data.matrix)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.