corMat: Calculate a correlation matrix.

Description Usage Arguments See Also Examples

Description

Calculate a correlation matrix.

Usage

1
corMat(genes)

Arguments

genes

An expression table of discrete counts (tags, molecules, ...).

The first row is removed, because it is expected to contain the total count of the reads (or molecules, ...) that did not match an annotation.

See Also

smallCAGEqc::TPM

Examples

1
data.frame(1:3, 2:4, 6:4) %>% corMat()

shamansim/Vizection documentation built on May 29, 2019, 8:06 p.m.