MoseleyBioinformaticsLab / ICIKendallTau

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

Subset of comparisons #8

Closed rmflight closed 2 years ago

rmflight commented 2 years ago

Right now, given a matrix, ICI-Kt runs all the pairwise correlations. Sometimes, we don’t really want to do all those correlations, but just a subset of them. However, we may still want to scale by the maximum observed, etc, and push the jobs over cores. It would be nice to be able to pass the comparison list, or which row always had to be part of the correlations.

rmflight commented 2 years ago

Closed by 336ac9b78f5dbeab2a8f14933550795877d86231.

Tests pass, and it seems to work nicely.