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"
  )
}

Try the pubtatordb package in your browser

Any scripts or data that you put into this service are public.

pubtatordb documentation built on Dec. 1, 2019, 1:17 a.m.