generate subsampled dendrograms from gene expression matrix
1 2 3 4 5 6 7 8 9 | subSampleTree(
counts,
cls.groups = NULL,
subsample.groups = NULL,
stability.subsamples = 10,
Variablegenes = NULL,
stability.subsampling.fraction = 0.95,
renameCluster = FALSE
)
|
counts |
scaled count matrix - rows are cells, colums are genes |
cls.group |
original group to subsample |
subsample.group |
list contains subsampled groups |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.