You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All pairwise correlations should be calculated using either the `globally_it_weighted_pairwise_correlation` or `locally_it_weighted_pairwise_correlation` functions.
182
-
These functions calculate a correlation where we remove missing or zero values in either sample, and in addition, weights the correlations by the information shared between the samples, as well as their consistency, that is how many shared present and missing values there are between them.
173
+
We recommend to use our information-content-informed Kendall-tau {ICIKendallTau::ici_kendalltau} correlation, that is scale invariant, and includes some effects of missing values.
183
174
Note that we take the transpose of the data, because this function assumes
184
175
that data are organized with *features* as *columns* and *samples* as *rows*.
185
-
Also, because we used `log1p` to transform the data, we make sure to remove the
186
-
zeros, corresponding to missing data. A `log` transform would make them `-Inf`
187
-
or `NaN`, and they should be removed automatically.
0 commit comments