Hello!
I am trying to create a rarefied feature table and am hoping for some clarification on my output. I created my feature table and started filtering it based on a number of parameters: filtering out mitochondrial sequences; filtering out features that could not be identified to the order level or lower; filtering out low-frequency features. Once I had my filtered table, I double-checked the total number of sequence reads per sample and found that my smallest sample contained 11,039 sequences. I decided to rarefy to 11,000 sequences using the following command:
qiime feature-table rarefy
–i-table filtered-table.qza
–p-sampling-depth 11000
–o-rarefied-table filtered-table-rarefied.qza
–verbose
However, when I went to download the .csv of the output table, I noticed my sample containing 11,039 samples had been dropped. I then re-ran this command rarefying to 10,000 sequences and then to 9,000 sequences, and it wasn’t until I rarefied to 9,000 sequences that this one sample was retained in the final table.
I am wondering if there’s something I did wrong that is resulting in this sample being dropped, or whether there is another explanation for this? I would rather not have to rarefy to 9,000 sequences if I don’t have to, but I’m not sure how to remedy this on my own.
Thanks!
Sydney