View source: R/Easy_Assingments.R
| easy_assignments | R Documentation |
Easy taxonomy assignment for OTUs using BLAST QC output & phylum-specific thresholds.
easy_assignments(blast_filtered, cutoffs_file = NULL, default_cutoff = 98)
blast_filtered |
QC-filtered BLAST dataframe (with parsed taxonomy columns!) |
cutoffs_file |
Path to taxonomy cutoffs CSV file. If not supplied or invalid, attempts to locate the default file in the package. |
default_cutoff |
Default percent identity cutoff for species assignment (default: 98) |
List with assigned_otus_df and remaining_otus_df
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.