How to split graph into two groups?

Hi,
I have analyzed data from the metadata file where the test and control groups were together. Now, while making graphical output from qzv files, (taxa bar plots), one single graph is being visualized but I need to show the graph for two groups (control and test) separately. Could you please suggest me the way?

Welcome to the forum @Mashuk!

I think the solution is to make two separate plots, one for each group:

  1. use qiime feature-table filter-samples to filter your feature table twice — once for each group — to create two new feature tables (one for each group). See the filtering tutorial at docs.qiime2.org for help filtering a table by groups.
  2. run the barplots command twice, once with each table to generate separate plots

I hope that helps!

1 Like

Thank you @Nicholas_Bokulich!

1 Like

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