A Python package for constructing microbial strains
Project description
teemi: a python package designed to make HT strain construction reproducible and FAIR
What is teemi?
teemi, named after the Greek goddess of fairness, is a python package designed to make microbial strain construction reproducible and FAIR (Findable, Accessible, Interoperable, and Reusable). With teemi, you can simulate all steps of a strain construction cycle, from generating genetic parts to designing a combinatorial library and keeping track of samples through a commercial Benchling API and a low-level CSV file database. This tool can be used in literate programming to increase efficiency and speed in metabolic engineering tasks. To try teemi, visit our Google Colab notebooks.
teemi not only simplifies the strain construction process but also offers the flexibility to adapt to different experimental workflows through its open-source Python platform. This allows for efficient automation of repetitive tasks and a faster pace in metabolic engineering.
Our demonstration of teemi in a complex machine learning-guided metabolic engineering task showcases its efficiency and speed by debottlenecking a crucial step in the strictosidine pathway. This highlights the versatility and usefulness of this tool in various biological applications.
Curious about how you can build strains easier and faster with teemi? Head over to our Google Colab notebooks and give it a try.
Please cite our paper (in preparation - link tba) if you’ve used teemi in a scientific publication.
Features
teemi/
- design/
combinatorial_design.py
teselagen_helpers.py
cloning.py
retrieve_gene_homologs.py
fetch_sequences.py
- build/
transformation.py
containers_wells_picklists.py
robot_assembly.py
PCR.py
- test/
genotyping.py
- learn/
plotting.py
auto_ml.py
- lims/
benchling_api.py
csv_database.py
utils.py
Getting started
To get started with making microbial strains in an HT manner please follow the steps below:
Install teemi. You will find the necessary information below for installation.
Check out our notebooks for inspiration to make HT strain construction with teemi.
You can start making your own workflows by importing teemi into either Google colab or Jupyter lab/notebooks.
Colab notebooks
As a proof of concept we show how teemi and literate programming can be used to streamline bioengineering workflows. These workflows should serve as a guide or a help to build your own workflows and thereby harnessing the power of literate programming with teemi.
Specifically, in this study we present how teemi and literate programming to build simulation-guided, iterative, and evolution-guided laboratory workflows for optimizing strictosidine production in yeast.
Below you can find all the notebooks developed in this work. Just click the Google colab badge to start the workflows.
Strictosidine case : First DBTL cycle
DESIGN:
Automatically fetch homologs from NCBI from a query in a standardizable and repeatable way
Promoters can be selected from RNAseq data and fetched from online database with various quality measurements implemented
Combinatorial libraries can be generated with the DesignAssembly class along with robot executable intructions
BUILD:
TEST:
LEARN:
Strictosidine case : Second DBTL cycle
DESIGN:
BUILD:
TEST:
LEARN:
Installation
Use pip to install teemi from PyPI.
$ pip install teemi
If you want to develop or if you cloned the repository from our GitHub you can install teemi in the following way.
$ pip install -e <path-to-teemi-repo>
You might need to run these commands with administrative privileges if you’re not using a virtual environment (using sudo for example). Please check the documentation for further details.
Documentation and Examples
Documentation is available on through numerous Google Colab notebooks with examples on how to use teemi and how we use these notebooks for strain construnction. The Colab notebooks can be found here teemi.notebooks.
Documentation: https://teemi.readthedocs.io.
Contributions
Contributions are very welcome! Check our guidelines for instructions how to contribute.
License
Free software: MIT license
Credits
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
teemis logo was made by Jonas Krogh Fischer. Check out his website.
History
0.1.0 (2023-01-02)
First release on PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file teemi-0.1.2.tar.gz
.
File metadata
- Download URL: teemi-0.1.2.tar.gz
- Upload date:
- Size: 76.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c09a03559dd8efd9e604f9f422117d55049d1fe31ca386d1ad87411fa9b6c709 |
|
MD5 | 4fb5913fab6db81993d56fa497704c54 |
|
BLAKE2b-256 | c4da700924d333519a3c6027e8f0d67a49d9b3ce12e1439be26653b46cc4f9ad |
File details
Details for the file teemi-0.1.2-py2.py3-none-any.whl
.
File metadata
- Download URL: teemi-0.1.2-py2.py3-none-any.whl
- Upload date:
- Size: 66.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7bd02ba729720e10e80989c59647ddcda42729bac132171438cfb6b28b0f48ae |
|
MD5 | f5713ef00a8ce4e0be2f0d592ada43e5 |
|
BLAKE2b-256 | f9b8984f0fe77eb9e06a0a9720f46e03cc300690ee9294c6cc113b9dfb3e9dcd |