Skip to content

BiocomputationLab/genetta-frontend

 
 

Repository files navigation

Genetta

Genetta is a tool to represent genetic designs as networks. A network-centric approach provides several advantages, namely representing and analysing complex systems. Furthermore, knowledge graphs have been widely used in biological sciences and are used here as the basis for structuring input data. The addition of semantics allows for more complex control over the underlying data, e.g., the ability to arrange information into several layers of abstraction. Genetta currently aims to visualise genetic data as a network; we expand this to allow network-centric analysis primarily around enhancement and validation. Please get in touch with us if you would like to contribute or if you would like to use the system (or sub-system) within your workflow.

Installation

Genetta may be run in different ways depending on available resources.

With Docker

  • $ git clone https://github.com/Biocomputation/genetta-frontend
  • $ chmod +x start_docker.sh
  • $ ./start_docker.sh
  • Open a browser and enter: http://127.0.0.1:5000/
  • The landing page has information for using the tool.

Without Docker

Architecture

As discussed, Genetta uses neo4j for graph storage and manipulation. However, to present this, a small flask application using dash-Cytoscape has been implemented and enables the user-generated network visualisations. A graphic of the architecture can be seen below. Alt text

About

The user facing tool for genetta

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 90.7%
  • HTML 8.0%
  • CSS 1.2%
  • Other 0.1%