An image processing framework created for Ex-FAB NSF BioFoundry that aims to streamline the development of image processing pipelines for images analysis of phenotypes.
Project description
PhenoTypic: A Python Framework for Bio-Image Analysis
A modular image processing framework developed at the NSF Ex-FAB BioFoundry, focused on arrayed colony phenotyping on solid media.
Links:
Overview
PhenoTypic provides a modular toolkit designed to simplify and accelerate the development of reusable bio-image analysis pipelines. PhenoTypic provides bio-image analysis tools built-in, but has a streamlined development method to integrate new tools.
Installation
uv (recommended)
To download the base package (recommended if running on a cluster)
uv add phenotypic
To download the base package plus prototyping environment (recommended for pipeline development)
uv add phenotypic --extras jupyter
Pip
pip install phenotypic
Note: may not always be the latest version. Install from repo when latest update is needed
Manual Installation (For latest updates)
git clone https://github.com/exfab/PhenoTypic.git
cd PhenoTypic
uv pip install -e .
Dev Installation
git clone https://github.com/exfab/PhenoTypic.git
cd PhenoTypic
uv sync --group dev
Optional Installation
To extract metadata from raw images, PhenoTypic uses the PyExifTool module. This requires an external software called
ExifTool. You can install ExifTool here: https://exiftool.org/install.html. If you don't use it, some metadata from raw
files may not be able to be imported. Read more here: https://pypi.org/project/PyExifTool/#pyexiftool-dependencies
Module Overview
| Module | Description |
|---|---|
phenotypic.analysis |
Tools for downstream analysis of the data from phenotypic in various ways such as growth modeling or statistical filtering |
phenotypic.correction |
Different methods to improve the data quality of an image such as rotation to improve grid finding |
phenotypic.data |
Sample images to experiment your workflow with |
phenotypic.detect |
A suite of operations to automatically detect objects in your images |
phenotypic.enhance |
Preprocessing tools that alter a copy of your image and can improve the results of the detection algorithms |
phenotypic.grid |
Modules that rely on grid and object information to function |
phenotypic.measure |
The various measurements PhenoTypic is capable of extracting from objects |
phenotypic.refine |
Different tools to edit the detected objects such as morphology, relabeling, joining, or removing |
phenotypic.prefab |
Various premade image processing pipelines that are in use at ExFAB |
Sponsors
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 phenotypic-0.12.0.tar.gz.
File metadata
- Download URL: phenotypic-0.12.0.tar.gz
- Upload date:
- Size: 2.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fafeb15e6984a557332586e65d686e63d984a835e47275c89c58ebd314eec863
|
|
| MD5 |
022107ea30bcf2b5d91217e667d5e73e
|
|
| BLAKE2b-256 |
692a5569616fe3bf862a5b1c72253093da3747e4af9f4993ee8f05935cda2e00
|
File details
Details for the file phenotypic-0.12.0-py3-none-any.whl.
File metadata
- Download URL: phenotypic-0.12.0-py3-none-any.whl
- Upload date:
- Size: 2.5 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
04d414261a27e15e0f85d6f68e451e9eaf532d868ff1e39ac1c1dd44405708f3
|
|
| MD5 |
498a9fa7c1dd1ae682798b3b2e64e8c3
|
|
| BLAKE2b-256 |
21cafc8f98ff97be626ad1cc7c4018deb9b517aaeb346b1a3152d3105b461b60
|