Error code: unused argument (zero_cut = 0.9)

Hi everyone,

I am running ANCOM-BC on RStudio after converted the QIIME2 artifacts into RStudio format. Below was my code:
out <- ancombc(phyloseq = ps.taxa.sub, formula = "Age",
p_adj_method = "holm", lib_cut = 1000,
group = "Age", zero_cut = 0.90, struc_zero = TRUE, neg_lb = TRUE, tol = 1e-5,
max_iter = 100, conserve = TRUE, alpha = 0.05, global = TRUE)
Then there was the error message saying:
Error in ancombc(phyloseq = ps.taxa.sub, formula = "Age", p_adj_method = "holm", :
unused argument (zero_cut = 0.9)
What does this error code means?

Thanks

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.