get_genetics_by_study {cbioportalR} | R Documentation |
Get All Genomic Information By Study
Description
Get All Genomic Information By Study
Usage
get_genetics_by_study(
study_id = NULL,
add_hugo = TRUE,
base_url = NULL,
return_segments = FALSE
)
Arguments
study_id |
A study ID to query mutations. If NULL, guesses study ID based on molecular_profile_id. |
add_hugo |
Logical indicating whether |
base_url |
The database URL to query
If |
return_segments |
Default is |
Value
A list of mutations, cna and structural variants (including fusions), if available. Will also return copy number segmentation data if return_segments = TRUE
.
Examples
## Not run:
get_genetics_by_study(study_id = "prad_msk_2019")
## End(Not run)