R/data.R

#' hmdb1: demonstration HMDB entry
#' @importFrom utils data
#' @docType data
#' @format HmdbEntry instance
#' @source www.hmdb.ca
"hmdb1"
#' hmdb_gene: Sept 2017 extract from hmdb.ca of direct gene associations
#' @importFrom utils data
#' @docType data
#' @format S4Vectors DataFrame
#' @source www.hmdb.ca xml
"hmdb_gene"
#' hmdb_protein: Sept 2017 extract from hmdb.ca of direct protein associations
#' @importFrom utils data
#' @docType data
#' @format S4Vectors DataFrame
#' @source www.hmdb.ca xml
"hmdb_protein"
#' hmdb_omim: Sept 2017 extract from hmdb.ca of direct omim associations
#' @importFrom utils data
#' @docType data
#' @format S4Vectors DataFrame
#' @source www.hmdb.ca xml
"hmdb_omim"
#' hmdb_disease: Sept 2017 extract from hmdb.ca of direct disease associations
#' @importFrom utils data
#' @docType data
#' @note This table also includes a column of metabolite name.
#' @format S4Vectors DataFrame
#' @source www.hmdb.ca xml
"hmdb_disease"
vjcitn/hmdbQuery documentation built on Nov. 3, 2022, 1:21 a.m.