R/ontologies.R

#' @export
coolmap.ontologies.list <- function () {
  getRequest(coolmap_ontology_url)
}

#' @export
coolmap.ontologies.get <- function (id, format = "pairwise") {
  url <- paste(coolmap_ontology_url, "/", id, "?format=", format, sep = "")
  getRequest(url)
}
keqiang/coolmapr documentation built on May 20, 2019, 9:05 a.m.