Skip to content

Computer Science third year project on Gene Regulatory Networks and Synthetic Biology

Notifications You must be signed in to change notification settings

ilkutkutlar/gene-grn-simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dissertation-biology

My Computer Science third year project (undergraduate dissertation) on Gene Regulatory Networks and Synthetic Biology.

Background

Please read the included Dissertation.pdf file for the background of the project and how to use it.

Installation

First, install required packages with pip:

pip3 install -r requirements.txt

Secondly, you will need to install graphviz on your system (this is in addition to the Python package you had to install in the previous step).

Running the program

Once you have installed all dependencies mentioned in the "Installation" section, run src/ui/gui.py to launch the program's main GUI:

cd src

# Make sure you are in the src directory
python3 ui/gui.py

About

Computer Science third year project on Gene Regulatory Networks and Synthetic Biology

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages