cBioPortal / icebox

very low priority issues
0 stars 0 forks source link

Support filterJson in ln #102

Open jjgao opened 4 years ago

jjgao commented 4 years ago

Currently we support:ln?cancer_study_id=gbm_tcga&q=EGFR+NF1 as defined here

Is it possible to support:ln?q=EGFR:T790M&filterJson={"clinicalDataFilters":[{"attributeId":"SEX","values":[{"value":"MALE"}]}],"studyIds":["luad_tcga"]}

filterJson is defined here

Maybe, when a query is initiated from study view page, this link can be displayed instead of our current link with fixed samples?

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

kalletlak commented 3 years ago

Similar to https://github.com/cBioPortal/icebox/issues/193