MoseleyBioinformaticsLab / ICIKendallTau

Information-Content-Informed Kendall-tau in R
https://moseleybioinformaticslab.github.io/ICIKendallTau/
Other
6 stars 1 forks source link

wrapper for other correlation methods for cor.test #18

Closed rmflight closed 3 months ago

rmflight commented 6 months ago

There are times that ICI-Kt is not actually what we want to do, for various reasons, but we want to run other correlations, with p-values attached.

For p-values to be attached, we need to do the pairwise correlations, just like we do for ICI-Kt. Therefore, we should support running Pearson and Spearman correlations using the exact same framework we use for ICI-Kt so we get distributed run-time, etc.