--
---
You received this message because you are subscribed to the Google Groups "Qiime Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to qiime-forum...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Will,
Thanks for the response. I am sequencing from an environment that I expect to get maybe up to 300 observed species (from literature). I have combined UPARSE and QIIME. The taxonomy makes sense, but when I use QIIME alone, the taxonomies are not fully resolved to the genus level.
I’m running both UPARSE and QIIME on cluster. This is the command for core diversity analyses:
core_diversity_analyses.py -i ../harris/rdp_assigned_taxonomy/table_tax.biom -m ../harris/mapping/file/mapping_file.txt -t ../harris/rep_set.tre -e 970 -c drug,diet -o core_diversity_analyses -p ../harris/qiime_parameters.txt
In the qiime_parameters.txt, I have the parameters that I had previously mentioned. They are defined as:
Single_rarefaction:depth 970
Multiple_rarefactions:min 10
Multiple_rarefactions:max 50000
Multiple_rarefactions:step 1000
Multiple_rarefactions:num_reps 10
So do you advise me to use a value less than 10 (for reps)?
When you say “You could run all the analyses that core_diversity.py is doing separately using a biom table that is unrarefied”, do you mean I do not perform rarefaction? Is these better compared to rarefied biom table?
Harris
Hi Harris,
I misread, your number of reps is very reasonable. You are going to get jagged curves becauseof the low number of species regardless of your number of reps, but that isn't a problem.
As far as the question of rarefaction goes: rarefaction is important for some analyses and less so for others. I was suggesting that you might want to try things like group_significance.py and weighted UniFrac analysis without rarefying the table and see if you get the same results. Given that you have up to 40000 reads in some samples, 970 is pretty low (as you point out). There is discussion over when rarefaction should be used. For more info look at a recent paper by Susan Holmes and Paul McMurdy. They suggest that rarefaction is conservative (i.e. less rejection of the null hypothesis than you would want). Our experience suggests rarefaction is critical with unweighted UniFrac and alpha diversity calculations.
Best,
Will