calc_DA_discrepancy | R Documentation |
Calculates the discrepancy between differential abundance calls made on absolute and relative abundances
calc_DA_discrepancy( calls, oracle_calls, adjusted = TRUE, alpha = 0.05, beta = NULL )
calls |
calls (as a numeric vector of p-values or a character string that can be parsed into one) made on relative abundances (the observed data) |
oracle_calls |
calls (as a numeric vector of p-values or a character string that can be parsed into one) made on the absolute abundances |
adjusted |
flag indicating whether or not to perform multiple test correction |
alpha |
significance threshold after FD adjustment |
beta |
optional effect size threshold at the scale of the original abundances (i.e. not log scale) |
named list of all calls, TPR, and FPR
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.