View source: R/genomics_by_study.R
get_segments_by_study | R Documentation |
Get Copy Number Segmentation Data By Study
get_segments_by_study(study_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. |
add_hugo |
Logical indicating whether |
base_url |
The database URL to query
If |
A dataframe of CNA segments
## Not run:
get_segments_by_study(study_id = "prad_msk_2019")
get_segments_by_study(molecular_profile_id = "prad_msk_2019_cna")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.