celdaHeatmap: Render a stylable heatmap of count data based on celda...

Description Usage Arguments Value Examples

View source: R/s3_generics.R

Description

Render a stylable heatmap of count data based on celda clustering results.

Usage

1
celdaHeatmap(counts, celda.mod, ...)

Arguments

counts

Integer matrix. Rows represent features and columns represent cells. This matrix should be the same as the one used to generate 'celda.mod'.

celda.mod

Celda object of class "celda_C", "celda_G", or "celda_CG".

...

Additional parameters.

Value

list A list containing dendrogram information and the heatmap grob

Examples

1

compbiomed/celda documentation built on May 25, 2019, 3:58 a.m.