plot_design | R Documentation |
Plot model
plot_design(object, codingfun = contr.treatment.explicit)
object |
´SummarizedExperiment |
codingfun |
factor coding function
|
ggplot
file <- system.file('extdata/billing19.proteingroups.txt', package = 'autonomics')
subgroups <- paste0(c('E00', 'E01', 'E02', 'E05', 'E15', 'E30', 'M00'), '_STD')
object <- read_maxquant_proteingroups(file, subgroups = subgroups)
object$subgroup %<>% substr(1,3)
plot_design(object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.