-cluster_otu
option flag.
For details about installing and running usearch, please refer to the
import_uparse(upFile, omitChimeras = TRUE, countTable = TRUE,
OTUtable = TRUE, verbose = TRUE)
connection
corresponding to the file that contains the UPARSE output table.
This is passed directly to fread
.
Please see its file
argument documentation for further
links and details.logical(1)
.
Default is TRUE
.
Whether to omit entries that correspond to sequences/OTUs
that were identified as chimeras.logical(1)
.
Default is TRUE
.
Whether to return the result as a wide-format table
with dimensions OTU-by-sample,
or to leave the table in its original sparse long-format
that might be more suitable for certain data.table
operations.
If TRUE
, entries corresponding to the same sample and OTU
have their counts summed.logical(1)
.
Default is TRUE
.
Whether to coerce the result to otu_table
format,
or leave it as a data.table
format.
The former is appropriate for most phyloseq
operations,
the latter is useful for a lot of custom operations
and custom ggplot2
graphics calls.import_usearch_uc