Dennis Moccia
unread,Oct 7, 2024, 11:23:19 AM10/7/24Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cBioPortal for Cancer Genomics Discussion Group
Hello Cbioportal Team,
I was hoping you might be able to assist me in the correct use of the API. I am trying to pull the data which backs up the bar plot under the cancer types summary tab that shows alteration frequency vs studies. I have written a script which can do this by issuing a set of study ids and a gene, however the script seems overly complicated (I loop through each study and issue api calls for cna, mutations, structural variants, etc and then aggregate that data). Is there an api call that I might be missing which simply pulls back the aggregated data for cna, mutations, structural variants, mrna expression? My script takes about 1-2 min for the pan tcga, but given the speed of the actual portal I suspect I am perhaps missing a better method. Any guidance would be appreciated.
Thank you
Dennis