Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 1.88 KB

README.md

File metadata and controls

34 lines (18 loc) · 1.88 KB

COBRAdb

COBRAdb is a database for COBRA models, genomes, and biological datasets.

Its core features are

  1. map highthroughput experimental data to cellular components
  2. map cellular components to computational models
  3. map computational models to highthroughput experimental data via cellular components

alt tag


The framework is written entirely in python with great help from SQLalchemy. You can browse the schemas below to get a sense of the underlying database design or jump straight to the examples page. Enjoy!

data schema

model schema

component schema

combined schema

Why COBRAdb?

Most biological analyses and analysis tools are focused on working with a relatively limited subset of data concerned with a specific study or question of interest. However, as the sequencing and synthesis of DNA surges ahead it becomes clear that we will soon generate 10 replicates instead of 3, cross reference 10 historic datasets instead of 1, and most importantly begin to get a level of quantitation that will enable true biological engineering.

COBRAdb is a small step towards a future that amasses, manages, and processes biological data at a systems scale.