cBioPortal / GSoC

Documentation repository of Google Summer of Code (GSoC) project ideas for cBioPortal and related projects
106 stars 41 forks source link

Extend Filter URL on Study View to allow filtering by protein change #80

Closed ao508 closed 4 years ago

ao508 commented 4 years ago

Background: The Study View of cBioPortal currently supports a hidden feature to filter the study view using the URL.

See for example, this URL:

https://www.cbioportal.org/study/summary?filterAttributeId=SEX&filterValues=Male&id=acc_tcga_pan_can_atlas_2018

which shows only information about male patients:

Screen Shot 2020-01-29 at 6 59 37 PM Screen Shot 2020-01-29 at 6 59 26 PM

There is also support for particular copy number events e.g.:

"geneFilters": [{ "molecularProfileIds": ["string"], "values": ["string"] }]

possible for values ["ALK"], ["ALK: AMP"], ["ALK: HOMDEL"]

See e.g.:

An extension of this would be to filter by a specific mutation e.g. BRAF V600E:

https://www.cbioportal.org/study/summary?id=msk_impact_2017&filters=BRAF:V600E

Goal:

Approach:

Need skills:

Possible mentors: