according to the author of OTUpipe, this tool results in a number of
OTUs very close to the expected one when using a mock community:
http://drive5.com/usearch/perf/mock_results.html
in our results, we have seen beta diversity been essentially the same
as with denoiser, and the relative alpha diversity (i.e. does group A
have higher alpha diversity than group B?) is conserved. There are
concerns about OTUpipe being overly aggressive when discarding small
OTUs, so if you are interested in rare taxa you might want to modify
the default parameters, as described here:
http://qiime.org/svn_documentation/tutorials/otupipe.html
Denoiser (denoise_wrapper.py) is computationally more expensive and
can be prohibitive if your number of sequences is large; in those
cases OTUpipe is a good solution. I wouldn't recommend using OTUpipe
from anything but the output of split_libraries.py, as we haven't
tested other uses.
Concerning uchime, we are working on a solution to integrate it
independently from OTUpipe.
Jose
http://qiime.org/tutorials/otupipe.html
Jose
pick_otus.py: error: Positional argument detected: False
It doesn't affect the initial clustering step, but rather is a filter
on these clusters once chimera detection has discarded potential
chimeras (any cluster below the minimum size is then filtered out).
-Tony