I used corals to compute correlations using a pandas dataframe as input, which currently generates a 19k v 19k correlation matrix. It worked really fast and fine with the cor_full method. Next, I wanted to go ahead and compute pvalues and corrected pvalues.
The example on your Github work pretty well with the Spearman test (it generates the two numpy arrays):
Dear @mgbckr ,
I used corals to compute correlations using a pandas dataframe as input, which currently generates a 19k v 19k correlation matrix. It worked really fast and fine with the cor_full method. Next, I wanted to go ahead and compute pvalues and corrected pvalues.
The example on your Github work pretty well with the Spearman test (it generates the two numpy arrays):
Regarding the arrays resulting from derive_pvalues and multiple_test_correction, how should one map values back to the correlation matrix?
Finally, I was wondering if permutation analyses would help (and computationally feasible) to compute significance of correlations in corals.
Thanks a lot.