scmet_plot_efdr_efnr_grid | R Documentation |
Function for plotting the grid search performed to obtain the optimal posterior evidence threshold to achieve a specific EFDR.
scmet_plot_efdr_efnr_grid(obj, task = "hvf")
obj |
Either the scMET object after calling the
|
task |
String. When calling variable features, i.e. output of
|
A ggplot2 object.
C.A.Kapourani C.A.Kapourani@ed.ac.uk
scmet
, scmet_differential
,
scmet_hvf_lvf
, scmet_plot_mean_var
,
scmet_plot_vf_tail_prob
, scmet_plot_volcano
,
scmet_plot_ma
# Fit scMET
obj <- scmet(Y = scmet_dt$Y, X = scmet_dt$X, L = 4, iter = 100)
obj <- scmet_hvf(scmet_obj = obj, delta_e = 0.7)
scmet_plot_vf_tail_prob(obj = obj, task = "hvf")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.