get_cna_by_study {cbioportalR} | R Documentation |
Get CNA By Study
get_cna_by_study(
study_id = NULL,
molecular_profile_id = NULL,
add_hugo = TRUE,
base_url = NULL
)
study_id |
A study ID to query mutations. If NULL, guesses study ID based on molecular_profile_id. |
molecular_profile_id |
a molecular profile to query mutations. If NULL, guesses molecular_profile_id based on study ID. |
add_hugo |
Logical indicating whether |
base_url |
The database URL to query
If |
A dataframe of CNAs
## Not run:
get_cna_by_study(study_id = "prad_msk_2019")
get_cna_by_study(molecular_profile_id = "prad_msk_2019_cna")
## End(Not run)