View source: R/helper_function.R
permutation_thres | R Documentation |
This function calculates the positive and negative thresholds based on the permutation result.
permutation_thres(thres_left, thres_right, p, diff_p)
thres_left |
This is the threshold representing 2.5 percent of the left tail of the empirical distributuion curve. |
thres_right |
This is the threshold representing 2.5 percent of the right tail of the empirical distributuion curve. |
p |
This is the number of biomarker candidates. |
diff_p |
This is the permutation result from either permutation_cor or permutation_pc. |
A list of positive and negative thresholds.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.