Run Wilcoxon tests across network features
Arguments
- data_matrix
Numeric matrix or data frame with patients in rows and features in columns.
- groups
Vector of group labels with length matching
nrow(data_matrix).- p_adjust_method
Multiple-testing correction method passed to
stats::p.adjust().