View source: R/annotate_supercells_to_clusters.R
Plots super-cell purity
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | plot_annotation_purity(
SC.list,
annotation.name,
SC_meth_exclude = c("Metacell_default_av", "Metacell_SC_like_av", "Subsampling"),
seed = 12345,
to.save.plot = TRUE,
to.save.plot.raw = FALSE,
asp = 0.5,
fig.folder = "./plots",
ignore.gammas = c(),
ignore.methods = c(),
.shapes = c(Exact = 1, Approx = 0, Subsampling = 2, Random = 3, Metacell_default_fp =
4, Metacell_default_av = 8, Metacell_SC_like_fp = 4, Metacell_SC_like_av = 8),
.colors = c(Exact = "darkred", Approx = "royalblue", Subsampling = "black", Random =
"gray", Metacell_default_fp = "forestgreen", Metacell_default_av = "forestgreen",
Metacell_SC_like_fp = "gold", Metacell_SC_like_av = "gold"),
verbose = FALSE,
optimized.y.breaks = FALSE,
...
)
|
SC.list |
list of super-cell-like structures (output of |
annotation.name |
name of the reference annotation |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.