compute_singlecell_unweighted_clustering: Coumputes unweighted clustering for single-cell data

Description Usage Arguments

View source: R/compute_supercells_clustering.R

Description

Coumputes unweighted clustering for single-cell data

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
compute_singlecell_unweighted_clustering(
  sc.pca,
  sc.GE,
  N.clusters.seq,
  sc.dist = NULL,
  N.clusters = NULL,
  genes.use = NULL,
  algs = c("hclust", "kmeans", "seurat"),
  N.comp = NULL,
  DO_silhouette = TRUE,
  seurat_fields = c(),
  def.resolution = 0.8,
  step.resolution = 0.1,
  max.counter = 20,
  seed = 12345,
  verbose = FALSE
)

Arguments

sc.pca

single-cell pca


mariiabilous/SuperCellBM documentation built on Jan. 28, 2022, 7:45 p.m.