Preprocessing#

row_normalize(x)

Element-wise normalizes each row of a matrix by its l1 norm.

select_top_features(x, cluster_var, vertices)

Select top features for each vertices based on the wilcoxon test.