Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phoeguo committed Aug 27, 2024
1 parent f875e30 commit 2fa553b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/getMutationsFromCbioportal.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#' # cBioPortalData has officially replaced the defunct cgdsr.
#' # Search online for cgdsrMigration.html if interested.
#' library(cBioPortalData)
#' cbio <- cBioPortal()
#' cbio <- suppressWarnings(cBioPortal(hostname = "www.cbioportal.org", protocol = "https", api. = "/api/v2/api-docs")
#'
#' # list all studies of cBioPortal
#' all.studies <- getStudies(cbio, buildReport = FALSE)
Expand Down

0 comments on commit 2fa553b

Please sign in to comment.