R/mock.R
find_taxa.Rd
This function takes two taxonomy tables, than looks for each sample of the first table in the second one.
find_taxa(taxa1, taxa2, level = "Species")
taxa1 | First taxonomy table. |
---|---|
taxa2 | Second taxonomy table. |
level | At which level to compare. Must be column name in both tables. |
A data frame with two columns. Has as many rows as unique values in level.
The unique values found for the specified taxa level.
A boolean indicating whether the taxa were found in the second table.
NULL#> NULL