bfdr | R Documentation |
Compute Bayesian FDR values from limma's B-statistics
bfdr(B)
B |
A vector of B-statistics |
A data frame containing 3 columns: "B", the input; "PP", the posterior probability of each gene being differentially expressed; and "BFDR", the estimated FDR.
limma::topTable()
.
# TODO Merge this documentation with that of add_bfdr().
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.