dondi / GRNsight

Web app and service for modeling and visualizing gene regulatory networks.
http://dondi.github.io/GRNsight
BSD 3-Clause "New" or "Revised" License
17 stars 8 forks source link

Flexibility updates to gene search #997

Closed dondi closed 1 year ago

dondi commented 1 year ago
  1. Revise the web app to allow parentheses for gene search (e.g., MF(ALPHA)2)
  2. The four genes mentioned in #989 may still be searched via their old names; after #989 is fixed, we can smooth out the experience by allowing the old names to be entered but replacing them with the new ones before sending the query to the database
Sarronnn commented 1 year ago

Would Ona's change in issue #989 fix this? She created an exceptions object that maps the irregular name to a name that we accept within GRNsight:

kdahlquist commented 1 year ago

We don't need to do this because recording the gene exceptions fixed this.