run_MWW | R Documentation |
This function runs the Mann Whitney U test to generate significance values for difference between case and control groups for each CG in the Beta matrix. (SHOULD DEFINE HOW TO HANDLE TIES)
run_MWW(control_indices, case_indices, Beta)
control_indices |
indices of controls in Beta matrix |
case_indices |
indices of cases in Beta matrix |
Beta |
matrix of beta values, proportion methylated, with rows as CGs and cols as samples |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.