run_MWW: Run Mann Whitney Test

View source: R/run_MWW.R

run_MWWR Documentation

Run Mann Whitney Test

Description

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)

Usage

run_MWW(control_indices, case_indices, Beta)

Arguments

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


leroybondhus/dmrscaler documentation built on July 11, 2022, 4:56 a.m.