View source: R/Pval_perm_adjust.R
Pval_perm_adjust | R Documentation |
Randomly samples dependency probabilities from a given mutant and control group screened.
Pval_perm_adjust(p_value = NULL, perm_pvalues = NULL)
p_value |
numeric, A vector of p-value generated by GI_screen(), Default: NULL |
perm_pvalues |
numeric, A vector of p-values generated by GI_screen_perms(), Default: NULL |
P-values are adjusted based on permuted random sampled background data.
A vector of adjusted p-values
# Please see tutorial
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.