An open API service indexing awesome lists of open source software.

https://github.com/alecxcode/cell-operating-system

A set of programs to simulate functioning of a biological cell
https://github.com/alecxcode/cell-operating-system

biochemistry bioinformatics biology cell-biology cell-modeling computational-biology molecular-biology

Last synced: 21 days ago
JSON representation

A set of programs to simulate functioning of a biological cell

Awesome Lists containing this project

README

          

# Cell Operating System

## Objective:
This repository aims to develop a simulation of a single biological cell with its biochemical processes. It is a high-level simulation, yet designed to be a reliable model.

## Current Progress:
- `glycolysis.py`: initial script modeling metabolic pathways.
- `molecular.py`: initial script for genetic code processing.
- `codons.py`: genetic code dictionaries.

## TODO:
- [ ] Switch concentrations to numbers of molecules.

**Note:** This is an evolving project at early stages of its development.