Learn R Programming

TCGAretriever (version 1.9.1)

get_cancer_studies: Retrieve the List of Cancer Studies Available at cbioportal.

Description

Retrieve information about the studies or datasets available at cbioportal.org. Information include a `studyId`, description, references, and more.

Usage

get_cancer_studies(dryrun = FALSE)

Value

Data Frame including cancer study information.

Arguments

dryrun

Logical. If TRUE, all other arguments (if any) are ignored and a representative example is returned as output. No Internet connection is required for executing the operation when `dryrun` is TRUE.

Author

Damiano Fantini, damiano.fantini@gmail.com

References

https://www.data-pulse.com/dev_site/TCGAretriever/

Examples

Run this code
# Set `dryrun = FALSE` (default option) in production!
all_studies <- get_cancer_studies(dryrun = TRUE)
utils::head(all_studies)



Run the code above in your browser using DataLab