View source: R/anova_analysis.R
compute.selection.table | R Documentation |
Applies an FDR threshold on a table of adjusted p-values and summarizes the results
compute.selection.table(x, fdr.threshold)
x |
a table of adjusted p-values |
fdr.threshold |
an FDR threshold |
a summary of the number of significantly differentially abundant proteins, overall and per contrast
Thomas Burger
data(Exp1_R25_prot, package='DAPARdata')
exdata <- Exp1_R25_prot[1:5,]
adjpvaltab <- globalAdjPval(testAnovaModels(applyAnovasOnProteins(exdata), "TukeyHSD")$P_Value)
seltab <- compute.selection.table(adjpvaltab, 0.2)
seltab
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.