MoseleyBioinformaticsLab / ICIKendallTau

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

Support global_na = NULL #5

Closed rmflight closed 4 days ago

rmflight commented 2 years ago

If in the call to ici_kendalltau we were able to support global_na = NULL so that no replacement is done, and it becomes just a faster implementation of Kendall-tau.

rmflight commented 4 days ago

We actually added a kt_fast function if someone really wants to just run fast versions of kendall-tau correlation.