MoseleyBioinformaticsLab / ICIKendallTau

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

Switch to calculating between columns #9

Closed rmflight closed 8 months ago

rmflight commented 2 years ago

For some reason, when I started this (and others), I assumed that the major things to calculate between would be the rows. And the interface is built around calculating between rows. In the code it goes back to columns.

But this breaks the convention for other R packages, like cor that expects to calculate between the rows.

I’ve avoided changing this because it would break a lot of my other code that uses it, but it really should be switched to between columns.