unsupervisedAnalysisSc-DsATACsc-method.Rd
Perform unsupervised analysis on single-cell data. Performs dimensionality reduction and clustering.
# S4 method for DsATACsc
unsupervisedAnalysisSc(
.object,
regionType,
regionIdx = NULL,
dimRedMethod = "tf-idf_irlba",
usePcs = 1:50,
clusteringMethod = "seurat_louvain"
)
DsATACsc
object
character string specifying the region type
indices of regions to be used (logical or integer vector). If NULL
(default) all regions of the specified regionType will be used.
character string specifying the dimensionality reduction method. Currently on "tf-idf_irlba"
is supported
integer vector specifying the principal components to use for UMAP and clustering
character string specifying the clustering method. Currently on "seurat_louvain"
is supported
an S3
object containing dimensionality reduction results and clustering