Hello,
I was wondering how to obtain a complete genus-level classification. In my case, the green-colored Bacilli have a significant presence in the bar plots, but I have very limited information because the classification is stuck at level 3.
Additionally, I have too many ASVs/OTUs in my bar plots, and I’d like to filter out those with lower abundances. Could you please advise on how to accomplish this?
Here’s what I’ve already done to filter my data:
qiime feature-table filter-samples \
--i-table table.qza \
--p-min-frequency 11000 \
--o-filtered-table filtered-table.qza
qiime feature-table filter-features \
--i-table filtered-table.qza \
--p-min-frequency 10 \
--o-filtered-table feature-frequency-filtered-table.qza
qiime feature-table filter-features \
--i-table feature-frequency-filtered-table.qza \
--p-min-samples 2 \
--o-filtered-table sample-contingency-filtered-table.qza
qiime feature-table filter-samples \
--i-table sample-contingency-filtered-table.qza \
--p-min-features 10 \
--o-filtered-table feature-contingency-filtered-table.qza
I also removed mitochondria, chloroplasts, archaea, and eukaryota from the table and sequences. However, is there a way to filter out ASVs/OTUs representing less than 0.1% abundance so I can focus on the main contributors?
The same colors cause confusion as well. I assume they are the same type of bacteria; however, due to differences in levels, they are given different names despite having the same color.
Thank you for your help!
Best regards,