Description Usage Arguments Details See Also Examples
UPARSE is an algorithm for OTU-clustering implemented within usearch.
At last check, the UPARSE algortihm was accessed via the
-cluster_otu
option flag.
For details about installing and running usearch, please refer to the
usearch website.
For details about the output format, please refer to the
uparse format definition.
1 2 | import_uparse(upFile, omitChimeras = TRUE, countTable = TRUE,
OTUtable = TRUE, verbose = TRUE)
|
upFile |
(Required). A file location character string
or |
omitChimeras |
(Optional). |
countTable |
(Optional). |
OTUtable |
(Optional). |
verbose |
(Optional). A |
Because UPARSE is an external (non-R) application, there is no direct way to continuously check that these suggested arguments and file formats will remain in their current state. If there is a problem, please verify your version of usearch, create a small reproducible example of the problem, and post it as an issue on the phyloseq issues tracker.
1 | ###
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.