View source: R/SingleCellPlots.R
plot_jaccard_similarity_among_clusters | R Documentation |
Plot jaccard similar across indetified clusters
plot_jaccard_similarity_among_clusters(
object,
cluster.type = c("louvain", "walktrap", "kmeans"),
min.log2FC = 0.3,
min.expFraction = 0.3
)
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 quency. Default 0.3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.