Description Usage Arguments Value Examples
View source: R/arseq.kmeans.plot.R
Heatmap of the Most Variable genes divided into clusters
1 2 3 4 5 6 7 8 | arseq.kmeans.plot(
data,
clusters,
metadata,
intgroup = "arseq.group",
save.plot = FALSE,
save.dir = getwd()
)
|
data |
Normalized expression dataframe |
clusters |
List of gene clusters returned by Kmeans clustering algorithm |
Heatmap
1 | arseq.kmeans.plot (data,clusters=kmeansclusters,metadata= example_meta,intgroup="treatment")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.