filter_by_tax | R Documentation |
Filter sequences by taxonomy
filter_by_tax(
x,
filt_rank,
filt_value,
ranks = c("Kingdom", "Phylum", "Class", "Order", "Family", "Genus", "Species")
)
x |
A DNAbin or DNAString with heirarchial taxonomy |
filt_rank |
The taxonomic rank to subset at i.e. 'Class' |
filt_value |
A taxonomic name or vector of taxonomic names to subset filt_rank at at i.e. c('Insecta', 'Arachnida') |
ranks |
The taxonomic ranks currently assigned to the sequences |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.