Import UPARSE file format
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.
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.
###
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.