R/internal-cgdsr.R

Defines functions .cgds

#' Construct a CGDS connection object
#'
#' @note Updated 2020-10-08.
#' @noRd
#'
#' @return `CGDS`.
.cgds <- function() {
    x <- CGDS(
        url = "http://www.cbioportal.org/",
        verbose = FALSE
    )
    assert(is(x, "CGDS"))
    x
}
acidgenomics/cBioPortalAnalysis documentation built on Jan. 10, 2024, 6:29 p.m.