adj_p | R Documentation |
Function to adjust p-values for multiple testing correction.
adj_p(x, pcols, adj_method)
x |
Dataframe containing a column or columns of p-values. |
pcols |
A vector specifying unadjusted p-value columns in x |
adj_method |
P-value adjustment method. Options: "qvalue", "holm", "hochberg", "hommel", "bonferroni", "BH", "BY", "fdr", "none". "qvalue" calls the qvalue package. Other methods are from base R. |
P-values e.g. coming from differential pA site usage on individual genes/transcripts are correctd for multiple testing.
A data frame containing all the original information with the vector(s) of adjusted p-values appended to the end.
fit3_pA_fdr <- adj_p(fit3_pA, pcols = 2, adj_method = "fdr")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.