arseq.kmeans.plot: K Means clustering Heatmap

Description Usage Arguments Value Examples

View source: R/arseq.kmeans.plot.R

Description

Heatmap of the Most Variable genes divided into clusters

Usage

1
2
3
4
5
6
7
8
arseq.kmeans.plot(
  data,
  clusters,
  metadata,
  intgroup = "arseq.group",
  save.plot = FALSE,
  save.dir = getwd()
)

Arguments

data

Normalized expression dataframe

clusters

List of gene clusters returned by Kmeans clustering algorithm

Value

Heatmap

Examples

1
arseq.kmeans.plot (data,clusters=kmeansclusters,metadata= example_meta,intgroup="treatment")

ajitjohnson/arseq documentation built on Oct. 28, 2021, 3:53 a.m.