View source: R/feature_specific_fdr.R
feature_fdr_correction | R Documentation |
Apply multiple-testing p-value adjustment on specified features
feature_fdr_correction(toptable, interesting_features_table, method = "BH")
toptable |
a data frame in the same format as the output of the 'topTable' function from the 'limma' package |
method |
a string to be passed as a method to the 'p.adjust' function for multiple-testing correction. "BH" is default. |
a data frame containing a new column 'fdr_correction', indicating if the the adjusted p-value comes from
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.