contentheatmapGenes: Plots Vizection's heatmap of correlations.

Description Usage Arguments Examples

Description

Plots Vizection's heatmap of correlations.

Usage

1
contentheatmapGenes(cormat, dendr, sublibs)

Arguments

cormat

A correlation matrix like the output of corMat().

dendr

A dendrogram object like the ouptut of gendsDend2().

sublibs

A "libs" table like the output of vizectionExampleLibs().

Examples

1
2
3
cormat <- vizectionExampleGenes() %>% corMat
dendr <- cormat %>% distCorMat %>% genesDend %>% genesDend2(x = vizectionExampleEnv())
contentheatmapGenes(cormat, dendr, vizectionExampleLibs())

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