Hi @borgesrodrigo,
Thanks for posting! Some answers to your questions:
The "unexpected" is encountered more frequently when:
- comparing high-throughput sequencing results to older techs
- comparing results obtained with very high coverage (e.g., with newer seq platforms) to lower-coverage results (e.g., older studies with pyrosequencing or GAIIx)
- comparing results obtained with dada2 to detect ASVs (e.g., with QIIME2) vs. OTU picking (e.g., results from qiime1 pipelines)
I am assuming that one or more of these conditions are present in your case, and if so there is no reason to be alarmed!
Species? sequence variants? OTUs? If you are using dada2 to detect ASVs, this number can frequently be higher than expected OTU counts... because ASVs are essentially 100% OTUs! and thus much more sensitive for detecting variants. (dada2 can also often yield fewer ASVs than OTUs because of the quality filtering used in this method so this can be unpredictable)
You can do this in QIIME2 with the command described in this tutorial
dada2 would probably wind up removing many of those sequences, depending on the overall read quality, but maybe not. 10-20 is quite low — you may want to adjust the trim length parameters with dada2 to trim reads to the area where read quality starts dropping off.
You could try adjusting the dada2 parameters to make the quality filtering more stringent. @benjjneb may have some advice on particular parameters to try — sharing a read quality plot may help us get an idea of what your read quality looks like.
It sounds like no — but sharing a read quality plot would help. A few more things that could help:
- do you have positive or negative control samples to examine? This could help identify any putative contaminants.
- what does the taxonomic composition look like relative to prior high-throughput sequencing analyses of these sample types?
- what sample types are you using?
- you could attempt to replicate prior protocols — use q2-vsearch to perform OTU picking (I'm assuming that is what would have been used), filter low-abundance OTUs (if performed previously), rarefy to prior sequencing depths (to make sure that higher read counts are not responsible for the higher diversity detected), and compare compositions to prior results.
Anything is possible — see my above comments about protocol changes that could explain surprising results, and approaches to infer contaminants and compare to prior results.
This should not be necessary with dada2, but if you are concerned (e.g., you do have a very large number of unique sequence variants with low abundances), you could do this if you have reason to believe they may be spurious. (why would you think that though? I always prefer evidence and thorough testing to "gut feeling")
I hope that helps! All in all, we could use more context on your experiment (e.g., sample types) and more concrete examples of the issues you are having (e.g., show us taxonomic composition of prior data compared to your results) in order to provide more detailed support for your issue! Some other questions that would help us:
- what sequencing protocol are you using (and how were prior results obtained)?
- what read length?
- how many samples? how variable are these samples?
Good luck!