corplot: Plot correlation structure.

Description Usage Arguments

Description

Produces a heatmap plot of all pairwise correlations. The colors are green to white to red with white being 0 correlation.

Usage

1
corplot(data, usecordist = T, ...)

Arguments

data

A matrix of data such as gene expression. Correlation among all pairs of rows will be plotted.

usecordist

Use correlation for the distance measure for heatmap clustering. Otherwise dist is uses.

...

Other parameters to be passed to heatmap.2, for example RowSideColors.


mchikina/CellCODE documentation built on May 23, 2019, 1:13 p.m.