is_sig | R Documentation |
Is significant?
is_sig(
object,
fit = fits(object)[1],
contrast = coefs(object),
quantity = "fdr"
)
object |
SummarizedExperiment |
fit |
subset of autonomics::TESTS |
contrast |
subset of colnames(metadata(object)[[fit]]) |
quantity |
value in dimnames(metadata(object)[[fit]])[3] |
matrix: -1 (downregulated), +1 (upregulatd), 0 (not fdr significant)
file <- system.file('extdata/fukuda20.proteingroups.txt', package = 'autonomics')
object <- read_maxquant_proteingroups(file)
object %<>% fit_lm()
object %<>% fit_limma()
issig <- is_sig(object, fit = c('lm','limma'), contrast = 'Adult-X30dpt')
plot_contrast_venn(issig)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.