I have my 16S diversity taxa-bar-plots.qzv and sequences from the dada table. I have some broad taxonomic categories that I am interested on looking into detail per sample.
I was wondering if there is an option to filter the sequences so I only extract the sequences of one sample, instead of filtering per taxonomic rank?
something like qiime filter-table sample 1? SO I would only get the sequences from the sample1 and I could check the diversity form that sample? I think it was something similar on qiime1.
Hi @ecg,
That works, and thank you for posting your solution!
Note that filter-samples and filter-seqs also have the option to filter based on metadata, so you could also filter your feature table and sequences using a unique metadata category, like the barcode ID. This is not necessarily any better than what you did, just clarifying that there are multiple routes to the same outcome.