pylimma.rank_sum_test_with_correlation

pylimma.rank_sum_test_with_correlation(index, statistics, correlation=0.0, df=inf)[source]

Wilcoxon rank-sum test with an inter-gene correlation adjustment.

Port of R limma’s rankSumTestWithCorrelation.

Returns:

{"less": p_lower_tail, "greater": p_upper_tail} matching R’s named vector.

Return type:

dict

Parameters: