View source: R/helper_functions.R
cluster_otus | R Documentation |
OTU clustering of DADA2 seqtab
cluster_otus(x, similarity = 0.97, cores = 1)
x |
The input object can be a DADA2 generated ASV table with columns as sequences and rows as samples, a phyloseq object with or without refseqs, or a DNAbin or DNAStringSet. |
similarity |
A similarity threshold to cluster at. Must be a number between 0 and 1 |
cores |
The number of processsor cores to use |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.