R/plot_stat.R
plot_stat.Rd
Plot statistic
plot_stat( ribo = ribo_adj_annot, p_cutoff = 0.01, cscore_cutoff = 0.5, adjust_pvalues_method = "fdr", site = NULL, res_pv = res_pv, pthr = NULL, condition_col = NULL )
a RiboClass
cutoff of c-score under which sites are not taken in account
sites to plot
df of p values extracted from res_pv.R
p value threshold
the condition column passed in params of the Rmd
a boxplot
plot_stat(data = ribo, site = NULL, res_pv = res_pv, pthr = 0.05) #> Error in plot_stat(data = ribo, site = NULL, res_pv = res_pv, pthr = 0.05): unused argument (data = ribo)