R/pubtator_tables.R

Defines functions pubtator_tables

Documented in pubtator_tables

#' Table and dataset definitions
#'
#' @return A character vector where names are table names and values are dataset
#'   names.
pubtator_tables <- function(){
  c(
    "chemical" = "chemical2pubtator",
    "disease" = "disease2pubtator",
    "gene" = "gene2pubtator",
    "mutation" = "mutation2pubtator",
    "species" = "species2pubtator"
  )
}
MAMC-DCI/pubtatordb documentation built on Nov. 25, 2019, 12:43 a.m.