See SC3::sc3()
for more details.
Usage
calc_sc3(sce_pca, sc3_k, is_integration, BPPARAM = BiocParallel::SerialParam())
Arguments
- sce_pca
A
SingleCellExperiment
object with calculated PCA.- sc3_k
An integer vector: numbers of clusters for SC3.
- is_integration
A logical scalar: if
TRUE
, clusterings will be named ascluster_int_*
, otherwisecluster_*
.- BPPARAM
A BiocParallel::BiocParallelParam object.
Value
A SingleCellExperiment
object as returned from SC3::sc3()
.