Do consistent clustering analysis use clusterProfiler method
Usage
scRNAtools_cluster(example1, k)
Arguments
example1
scRNA sequencing data with header.
k
The number of class. If you set k is 6, you will obtain 6 results of cluster.
Details
The results are presented in your occurrent path.
References
Guangchuang Yu, Li-Gen Wang, Yanyan Han and Qing-Yu He. clusterProfiler: an R package for comparing biological themes among gene clusters. OMICS: A Journal of Integrative Biology 2012, 16(5):284-287.
# NOT RUN {##setwd("")###Set the path your data in.data(example1)##Example data in this package.k<-6##set K based on your own requirement.scRNAtools_cluster(example1,k)
# }