IGS/gEAR

Decouple orthology mapping from plotting API calls; Create "orthologs" dropdown

Closed this issue · 1 comments

Made a branch for this ui-v2-orthology-refactoring

Currently in the API plot calls, I perform orthology mapping on the searched gene/genes, and then plot on the mapped gene. This works, but makes it impossible to allow the user to select orthologs in one-to-many mappings. Need to refactor to retrieve orthologies via a separate API call before plotting. That way we can populate a dropdown of orthologs for the user to choose from, which when changed, will search the API plotting functions using the selected one.

Merged branch into ui-v2