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

#1106 Allowing query for any gene in gene table even if it's not in network table #1124

Closed ntran18 closed 1 month ago

ntran18 commented 1 month ago

After merging both gene tables from PPI and GRN, we still can't query ERT1 because ERT1 is not in network table. In order to fix that, change the database query to only query in the gene table.