I'm currently starting using Picrust2 with Qiime2. I want to run the algorithm to both patients and healthy controls ASV tables, so we can get a first idea of the different metabolic pathways for both groups.
I already have DADA2 executed for all the samples together. However, If I now want to run picrust separately, do I have to run dada2 again (one time for patients and another one for HC) or is there any command that splits up the files based on metadata information?
I have been searching for any topic about this but didn't find anything...
I see in the link that is it possible to filter tables.qza by a metadata column. But is it possible to do the same with rep-seqs.qza (output from dada2)? I need to filter both table.qza and rep-seqs.qza for the picrust step.