I recently finished analyzing ANCOM-BC in qiime2 and was able to handle the basic analysis, but now I need to compare more than three groups, and I'm not sure which method is most appropriate.
Could anyone kindly guide me on how to do this or what can change in scripts I'd really appreciate your help or any resources you can share.
If see attachment of metadata.tsv, I want compare between gut_Treat X gut_ctr; also fecal_treat X Fecal_ctrl in the column “Treat_exp“.
It appears that you need to split (qiime feature-table split) your feature table based on the sample type column to obtain “gut” (only gut samples) and “fecal” (only fecal) tables. Then, run each table separately and provide a reference (control) group for each table.