would anyone mind giving me a comment how to remove some specific seqs (for example, the seqs selected in the picture) from those files primarily obtained from dada2 steps?
I have tried to use the "identifier based filtering"; however, i met several errors from several trials. I am still struggling with this issue.
Meantime, i am trying to select seqs in specific size range, i.e., 300-400 bp, by eliminating <300 bp and >400 bp of seqs from the feature seqs and table. Do you have an idea about this?
If you would like to post your errors, we can take a look and see what's happening.
When I'm trying to control the length of my amplicons, I usually perform this trimming or filtering at the very start of the process after importing into Qiime2. You could set these thresholds using dada2 before denoising, instead of modifying your ASV table. That's what I would suggest trying next!