make_volcano_dt | R Documentation |
Create volcano datatable
make_volcano_dt(
object,
fit = fits(object)[1],
coefs = default_coefs(object, fit = fit)[1],
shape = "imputed",
size = NULL,
alpha = NULL,
label = "feature_id"
)
object |
SummarizedExperiment |
fit |
'limma', 'lme', 'lm', 'wilcoxon' |
coefs |
character vector: coefs for which to plot volcanoes |
shape |
fvar or NULL |
size |
fvar or NULL |
alpha |
fvar or NULL |
label |
fvar or NULL |
data.table
file <- system.file('extdata/fukuda20.proteingroups.txt', package = 'autonomics')
object <- read_maxquant_proteingroups(file, impute = TRUE, fit = 'limma')
make_volcano_dt(object, fit = 'limma', coefs = 'Adult-X30dpt')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.