interpretation of log-fold change in ANCOM-BC

Hi @b87401116,

Great question! ANCOM-BC utilizes the log() method in R, which by default is the natural log (i.e. log base e). If you're interested, you can see where in the original R method takes the log here (which we've wrapped as a method in q2-composition). Hope this helps! Cheers :lizard:

3 Likes