pinetree
A flexible gene expression simulator with codon-specific translation rates.
Requirements
Pinetree requires Python, CMake, and a modern C++ compiler. Python 3 is recommended.
Installation
To install the latest stable version of pinetree from PyPI, run the following:
pip3 install cmake # CMake must be installed before installing pinetree
pip3 install pinetree
The latest development build may be installed from GitHub as follows:
pip3 install cmake
git clone https://github.com/benjaminjack/pinetree.git
cd pinetree
pip3 install .
Documentation
Full documentation is available here.
You may also build the documentation from the source code. Building the documentation requires sphinx.
pinetree/setup.py build_sphinx
Reproducing plots from manuscript
This repository contains scripts to reproduce the simulations and plots from the manuscript that describes Pinetree. R and the R packages cowplot, readr, dplyr, and stringr are required to generate plots. Run the following to reproduce the plots from the manuscript:
python3 ./examples/three_genes.py
python3 ./examples/three_genes_recoded.py
Rscript plots.R
To simulate a bacteriophage T7 infection, run the following script.
# WARNING: This simulation takes approximately 2-3 hours to complete
python3 ./examples/phage_model.py
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pinetree-0.5.0.tar.gz.
File metadata
- Download URL: pinetree-0.5.0.tar.gz
- Upload date:
- Size: 744.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.1.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5c1c37a15caa9b7e9a8d9507fc7c93f75b0734f8cbded4d7afe1cb2d584029c7
|
|
| MD5 |
44d86b3a03979eeaca70a94aedcf9604
|
|
| BLAKE2b-256 |
68ef8f9b5e9ad0b64bcaf748323c2f6e927c83cdfa3098830d4797fbe64798b9
|