View source: R/Append_perm_pval.R
Append_perm_pval | R Documentation |
Appends permutation adjusted p-values to new column.
Append_perm_pval(GI_screen_res = NULL, perms = NULL)
GI_screen_res |
dataframe, Output from GI_screen(), Default: NULL |
perms |
dataframe, Output from Pval_perm_adjust(), Default: NULL |
P-values are adjusted based on permuted random sampled background data.
A dataframe with permutation adjusted p-values appeneded as a new column named Pval_perm_adj.
# Please see tutorial
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.