Create a fastAssignTaxa object
1 2 3 4 5 6 7 8 9 10 11 |
refDatabase |
Required input. Path to fasta-formatted database containing reference sequences used during taxonomic assignment. |
prefix |
Default is "myproject". Project-specific label that will be included in the names of all files and directories created. |
validate |
Default is FALSE. When TRUE all validation methods are executed. |
minBootstrap |
Default is 50. Sets min-bootstrap value for DADA2 assignTaxonomy method. |
tryComplement |
Default is FALSE. Sets value for tryComplement parameter for DADA2's assignTaxonomy method. |
showBootstraps |
Default is FALSE. Sets value for showBootstraps parameter for DADA2's assignTaxonomy method. |
taxLevels |
Provide character list of taxonomic levels to include in taxonomy assignment. The default OTU table generated from this function includes assignments from kingdom to species. |
verbose |
Default is FALSE. Sets verbose parameter for DADA2 methods. |
multithread |
Default is FALSE. Sets multithread parameter for DADA2 methods. TODO: Add Example |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.