plot_contrast_venn | R Documentation |
Plot contrast venn
plot_contrast_venn(issig, colors = NULL)
issig |
matrix(nrow, ncontrast): -1 (down), +1 (up) |
colors |
NULL or colorvector |
nothing returned
file <- system.file('extdata/atkin.metabolon.xlsx', package = 'autonomics')
object <- read_metabolon(file)
object %<>% fit_wilcoxon(~ subgroup, block = 'Subject')
object %<>% fit_limma( ~ subgroup, block = 'Subject', codingfun = contr.treatment.explicit)
isfdr <- is_sig(object, contrast = 't3-t0', quantity = 'p', fit = fits(object))
plot_contrast_venn(isfdr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.