plot_DEA_consistency: Plot DEA consistency

Description Usage Arguments

View source: R/compute_supercells_DEA.R

Description

Plot DEA consistency

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
plot_DEA_consistency(
  DEA.consistency.df,
  consistency.index.name = "TPR",
  error_bars = c("extr", "quartiles", "sd")[1],
  ignore.gammas = c(),
  ignore.methods = c(),
  to.save.plot = TRUE,
  to.save.plot.raw = FALSE,
  asp = 0.5,
  fig.folder = "./plots",
  .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,
  ...
)

Arguments

consistency.index.name

name of the consistency index (i.e., TPR, FPR, AUC, F1)

error_bars

name of values used for errorbars (for subsampling, random grouping, alternative clusteting of single cells and other methods with more than one clustering/simplification output). 'extr' for min/max, 'quartiles' for quartiles and 'sd' for meadin +- sd

clust.consistency.df

output of compute_consistency_of_supercell_DEA


mariiabilous/SuperCellBM documentation built on Jan. 28, 2022, 7:45 p.m.