FrederickHuangLin / ANCOMBC

Differential abundance (DA) and correlation analyses for microbial absolute abundance data
https://www.nature.com/articles/s41467-020-17041-7
108 stars 29 forks source link

Correct passing of arguments to Winsorize. #287

Closed zclaas closed 1 month ago

zclaas commented 2 months ago

In sparse_linear and sparse_dist, DescTools::Winsorize is now called withquantile(x, probs = wins_quant, na.rm = TRUE). This should resolve #278.