What is the proper way to replicate the quick select lists seen on the Web UI when using the R cBioPortalData package? I can replicate the TCGA PanCancer by getting all studies and filtering for PanCancer Atlas, but I do not know how to do the same for the non-redundant studies.
That did not address my question fully. There are two "quick select" buttons on the cBioPortal landing page. I mentioned in my question that I could already do precisely what your code does to replicate the "TCGA PanCancer Atlas Studies" button. Is there a way to replicate the other button for "Curated set of non-redundant studies" using the cBioPortalData package?
Excellent! I knew the list had to be somewhere already so thank you for linking it. This works perfectly for my needs right now. I am glad to hear an issue has been filed as well.
That did not address my question fully. There are two "quick select" buttons on the cBioPortal landing page. I mentioned in my question that I could already do precisely what your code does to replicate the "TCGA PanCancer Atlas Studies" button. Is there a way to replicate the other button for "Curated set of non-redundant studies" using the
cBioPortalData
package?Hi Ryan,
Thanks for clarifying. I initially did not understand your question.
These Quick Select buttons on the website are lists of studies. I am not sure if they're available anywhere.
I have asked the cBioPortal team for more information.
Currently there is no parallel operation in the package for these operations.
Best regards,
Marcel
The cBioPortal team member said that they will make the lists available via the API and have filed an issue.
For now, you can find the list here:
https://github.com/knowledgesystems/knowledgesystems-k8s-deployment/blob/master/cbioportal/cbioportal_spring_boot.yaml#L86
Excellent! I knew the list had to be somewhere already so thank you for linking it. This works perfectly for my needs right now. I am glad to hear an issue has been filed as well.