ReClustering: Reclustering after removing sensitive genes

Description Usage Arguments

View source: R/ReClustering.R

Description

After removing the sensitive gene, reclusering the single-cell data.

Usage

1
ReClustering(object, PC = 40, resolution = 0.6, algorithm = 1)

Arguments

object:

Seurat object, with HVG_Statistic, GetSensitiveGene and ReSelectVariableFeatures finished

PC:

Number of PC used for demension reduction and clustering. default:40

resolution:

Choose appropriate resolution value to adjust the number of clusters. default:0.6

algorithm:

Algorithm for modularity optimization (1 = original Louvain algorithm; 2 = Louvain algorithm with multilevel refinement; 3 = SLM algorithm; 4 = Leiden algorithm). Leiden requires the leidenalg python.


Zechuan-Chen/scSensitiveGeneDefine documentation built on March 12, 2021, 8:02 p.m.