diagplotPairs: Massive X-Y, M-D correlation plots

Description Usage Arguments Value Author(s) Examples

View source: R/plot.R

Description

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.

Usage

1
2
    diagplotPairs(x, output = "x11", altNames = NULL, 
        path = NULL, ...)

Arguments

x

the read counts matrix or data frame.

output

one or more R plotting device to direct the plot result to. Supported mechanisms: "x11" (default), "png", "jpg", "bmp", "pdf" or "ps".

altNames

optional names, alternative or complementary to the rownames of x. It is used only in JSON output.

path

the path to create output files.

...

further arguments to be passed to plot devices, such as parameter from par.

Value

The filename of the pairwise comparisons plot produced if it's a file.

Author(s)

Panagiotis Moulos

Examples

1
2
dataMatrix <- metaseqR2:::exampleCountData(2000)
diagplotPairs(dataMatrix)

metaseqR2 documentation built on Nov. 8, 2020, 7:34 p.m.