fdrSig | R Documentation |
This function performs FDR correction on the p_values generated by the runModels function list.
fdrSig(RMObj, value = 0.05, method = "fdr")
RMObj |
The output of runModels |
value |
The FDR value default is 0.1 |
method |
The p-value adjustment method default is fdr. It could be either of the following "holm", "hochberg", "hommel","bonferroni", "BH", "BY", or "fdr". |
A list of FDR corrected p vlaues, annova, and significance for each gene and the miRNA/s of interest
models <- runModels(Combine, geneVariant, "ebv-mir-bart9-5p")
x <- fdrSig(models, value = 0.1, method = "fdr")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.