# \donttest{
# Load the package and the example data (goolam data set)
library(scTEP)
#Load pathway genesets
data('genesets')
#Load example data (SCE dataset)
data("goolam")
#Get data matrix and label
expr <- as.matrix(t(SummarizedExperiment::assay(goolam)))[, 1:100]
#Get data matrix and label
data = preprocessing(expr)
#Get clustering results using scDHA with k from 6 to 10.
allCluster = scTEP::clustering(data, ncores = 2)
# }
Run the code above in your browser using DataLab