View source: R/Best_Assingment.R
| best_hit_taxonomy_assignment | R Documentation |
Pass ONLY those OTUs that haven't been assigned already! For each rank, if the best e-value hit is undefined and the second-best hit is defined and at least 60
best_hit_taxonomy_assignment(blast_qc, cutoffs_long, defaults)
blast_qc |
A data.frame of BLAST results for query sequences, must include columns for taxonomic ranks and alignment statistics. |
cutoffs_long |
A data.frame specifying per-rank cutoffs for assignment. Must include columns 'rank', 'cutoff_type', and 'cutoff_value'. |
defaults |
A named list of default cutoff values for each rank, used as fallback if no matching cutoff found. |
A data.frame containing hierarchical taxonomy assignment for each query sequence.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.