Description Usage Arguments Value
View source: R/runPhenograph.R
run Rphenograph implementation from "JinmiaoChenLab/Rphenograph" clustering on sce expression data
1 | runPhenograph(sce, k = 30, markers = NULL, set_seed = 4321)
|
sce |
a |
k |
a number of desired clusters to cluster cell data into. |
markers |
a vector of selected markers, representing sce colnames to use for clustering |
set_seed |
set the random seed for clustering reproducibility |
a SingleCellExperiment
object with a new metadata slot with cluster identities.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.