Python-based tools and utilities for NUFEB simulations
Project description
Description
Python-based tools and utilities for NUFEB simulations
Getting Started
Install via pip:
pip install nufeb-tools
Generate NUFEB simulations from the CLI:
nufeb-seed
Remove old runs:
nufeb-clean
Get data from a simulation for analysis
from nufeb_tools import utils
x = utils.get_data(test=True)
Plot the overall growth
from nufeb_tools import plot
import matplotlib.pyplot as plt
f, ax = plt.subplots()
plot.overall_growth(x.biomass,ax=ax)
Plot colonies based on initial seed cells
from nufeb_tools import utils, plot
import matplotlib.pyplot as plt
x = utils.get_data(directory=r'E:\sucrose\runs\Run_50_50_1.00e+00_1_2022-01-11_48525')
f,ax = plt.subplots()
plot.colony(x,25900,colors,ax=ax)
plt.show()
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nufeb_tools-0.1.26.tar.gz.
File metadata
- Download URL: nufeb_tools-0.1.26.tar.gz
- Upload date:
- Size: 28.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c5bb6dcf32254353c687b93b201f7508a18361bb709ea7ebd467da70382deded
|
|
| MD5 |
bfa493305705526cfe2f484f11579be4
|
|
| BLAKE2b-256 |
a93b7c837d0cfd7fb3cb52c95381959b1c23b4f68c6b6049a34eb621cffabfb3
|
File details
Details for the file nufeb_tools-0.1.26-py2.py3-none-any.whl.
File metadata
- Download URL: nufeb_tools-0.1.26-py2.py3-none-any.whl
- Upload date:
- Size: 39.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
29ec5e4ce399ab1fac79f2625bb80e05b41d4475bb76f7c59329a9b34a794369
|
|
| MD5 |
523a0526c2dc2531193e633316273ec6
|
|
| BLAKE2b-256 |
627d855f2498cc9069393e553ba614748ebef704cb6d476d19bc69e5e8dfb1db
|