sintaxFilter | R Documentation |
Filtering the taxonomy based on SINTAX scores.
sintaxFilter(taxonomy.tbl, sintax.threshold = 0.5)
taxonomy.tbl |
A data.frame with SINTAX taxonomy results |
sintax.threshold |
The threshold for accepting a classification |
A taxonomy.tbl
from SINTAX has a score-column for each of the
ranks, e.g. the domain
rank has a domain_score
. If a score is below
the sintax.threshold
the corresponding taxon is set to NA
.
Finally, all score-columns are removed from the table.
A table with pure taxonomy results after filtering. The score columns have been removed.
Lars Snipen.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.