After removing the sensitive gene, reclusering the single-cell data.
1 | ReClustering(object, PC = 40, resolution = 0.6, algorithm = 1)
|
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.