We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dec0e7 commit ceba5baCopy full SHA for ceba5ba
NAMESPACE
@@ -1,4 +1,5 @@
1
# Generated by roxygen2: do not edit by hand
2
3
+export(match_annotation)
4
export(what_antibiotic)
5
export(what_phenotype)
R/what.R
@@ -69,6 +69,8 @@ what_phenotype <- function (lineage,
69
#' @param lineage A vector of taxonomic assignments or lineages
70
#' @param db A data frame with columns named "taxon", "rank", and "value"
71
#' @return A vector of assigned values
72
+#'
73
+#' @export
74
match_annotation <- function (lineage, db) {
75
get_rank_specific_db <- function (r) {
76
rank_is_r <- db[["rank"]] %in% r
0 commit comments