Open jjgao opened 5 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"}
]
}
here is the development plan for using the new structural variants table:
thanks, @khzhu! I updated the to-do list in the description.
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.
thanks, @jjgao ! It is much clear now what I suppose to do. I will break down to a few sub tasks.
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.
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.
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.
Backend
/structuralvariant-genes/fetch
Pipleline
show_profile_in_analysis_tab
is set tofalse
for some of the fusion profile. should we write a migration script or update data files? - temporarily fixed by patching in codeFrontend
@khzhu @alisman @n1zea144