View source: R/genomics_by_study.R
get_genetics_by_study | R Documentation |
Get All Genomic Information By Study
get_genetics_by_study(
study_id = NULL,
add_hugo = TRUE,
base_url = NULL,
return_segments = FALSE
)
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 |
A list of mutations, cna and structural variants (including fusions), if available. Will also return copy number segmentation data if return_segments = TRUE
.
## Not run:
get_genetics_by_study(study_id = "prad_msk_2019")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.