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

View source: R/plot.R

diagplotPairsR Documentation

Massive X-Y, M-D correlation plots

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

    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

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

pmoulos/metaseqR2-local documentation built on March 15, 2024, 10:58 p.m.