cBioPortal / icebox

very low priority issues
0 stars 0 forks source link

Switch to structure_variant table data for fusions #244

Open jjgao opened 4 years ago

jjgao commented 4 years ago

Backend

Pipleline

Frontend

@khzhu @alisman @n1zea144

khzhu commented 4 years ago

use fetchStructuralVariantsUsingPOST to fetch only fusions then merge with mutations from fetchStructuralVariantsInMultipleMolecularProfilesUsingPOST in the frontend might be difficult since return sets from two apis have complete different attributes? add a new endpoint to fetch structure variants might be easier.

{
  "entrezGeneIds": [
   64759,9709
  ],
  "sampleMolecularIdentifiers": [
    {"molecularProfileId":"study_es_0_structural_variants","sampleId":"TCGA-A7-A13D-01"},{"molecularProfileId":"study_es_0_structural_variants","sampleId":"TCGA-BH-A0E6-01"}
  ]
}
khzhu commented 4 years ago

here is the development plan for using the new structural variants table:

Backend:

Frontend

jjgao commented 4 years ago

thanks, @khzhu! I updated the to-do list in the description.

jjgao commented 4 years ago

It is a fairly big task. It would be a good idea to turn this into an epic and create separate issues for the tasks.

khzhu commented 4 years ago

thanks, @jjgao ! It is much clear now what I suppose to do. I will break down to a few sub tasks.

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.

stale[bot] commented 2 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.

stale[bot] commented 2 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.