View source: R/SingleCellRNASeq.R
identify_potentially_merging_clusters | R Documentation |
Identify the clusters that potenntially can be merged.
identify_potentially_merging_clusters(
object,
cluster.type = c("louvain", "walktrap", "kmeans"),
min.log2FC = 0.3,
min.expFraction = 0.3,
min.jaccard_similarity = 0.5
)
object |
The SingCellaR object. |
cluster.type |
The clustering method name. |
min.log2FC |
The minimum log2FC cutoff. Default 0.3 |
min.expFraction |
The minimum fraction of expressing cell frequency cutoff. Default 0.3 |
min.jaccard_similarity |
The minimum jaccard similarity. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.