Reproducing results with ancombc() #47
-
Hello :) I started exploring the ANCOM-BC and I am trying to reproduce the results from the article Analysis of compositions of microbiomes with bias correction when comparing MA vs US at the 0-2 age group by using the ancombc() function. However, I get different results than those presented in the article...Not sure what I am missing but the code I am using is the following (after creating the phyloseq object): test <- phyloseq(obs.abn_phyl, meta.data_phyl) ancombc(phyloseq = test, formula = "country", Thank you in advance!! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi Elli, Thanks for your interest in ANCOMBC! The results from the paper you mentioned were produced using the standalone codes (ANCOMBC R package was not available at that time), which can be fully reproduced by this repo. We have updated the Best, |
Beta Was this translation helpful? Give feedback.
Hi Elli,
Thanks for your interest in ANCOMBC!
The results from the paper you mentioned were produced using the standalone codes (ANCOMBC R package was not available at that time), which can be fully reproduced by this repo.
We have updated the
ancombc
function since publication. Thus, it is expected to see some discrepancies, but the difference is supposed to be minimal.Best,
Huang