2020 Undergraduate Research Symposium Abstract, Alexia Filler and Kevin Patterson - dondi/GRNsight GitHub Wiki
An Expression Database for Node Coloring and Expansion of Species for Gene Pages for GRNsight: a Web Application for Visualizing Models of Gene Regulatory Networks
Alexia M. Filler, Kevin B. Patterson, John David N. Dionisio, Kam D. Dahlquist
Department of Electrical Engineering & Computer Science, Department of Biology, Loyola Marymount University, 1 LMU Drive, Los Angeles, CA 90045 USA
GRNsight is a web application and service for visualizing models of gene regulatory networks (GRNs). A gene regulatory network consists of genes, transcription factors, and the regulatory connections between them which govern the level of expression of mRNA and protein from genes. GRNmap, a MATLAB program that performs parameter estimation and forward simulation of a differential equations model of a GRN, can mathematically model GRNs. Using a GRNmap output workbook, GRNsight automatically visualizes the network as a graph. GRNsight uses the model output to color-code the edges based on the activation and repression relationships between the transcription factors and colors the nodes based on time course gene expression data. We have added a feature to store expression data in a database, so that users of GRNsight can view and interact with already-existing expression data pulled from the Dahlquist lab and other publicly available datasets. The database is hosted by Amazon Web Services (AWS) Relational Database Service (RDS) and uses a PostgreSQL engine, from which GRNsight performs dynamic queries in response to user requests. Additionally, we have expanded the availability of gene-specific data to a greater number of species. The feature allows user to specify the species of interest either based on a GRNmap workbook or direct user input, and save it for the remainder of the user's session. With the species indicated, the gene page can query the appropriate databases and return information relevant only to species-specific genes. GRNsight is available at http://dondi.github.io/GRNsight.