Utility for extracting individual organoid max projections from the export of Opera Phenix Harmony software.
Project description
Harmony to Organoid
Example output
Check out this page for exemplary output files.
How to Prepare
You can install the tool via pip:
pip install harmony-to-organoid
How to Run
How to run from commandline
Process your data exported from Harmony by executing the command harmony-to-organoid process.
Parameters:
--index-file: (Required) Path to the Harmony export index XML file (Index.idx.xml) or (Index.xml) located next to the corresponding TIFF files.--output-dir: (Required) Path to your desired output directory.--lut-min: (Optional) Comma-separated minimum LUT (Lookup Table) values for each channel.--lut-max: (Optional) Comma-separated maximum LUT values for each channel.--colors: (Optional) Comma-separated colors for each channel.
Example:
harmony-to-organoid process \
--index-file MY/INPUT/DATA/Index.xml \
--output-dir MY/OUTPUT/DATA \
--lut-min 100,100,100,100 \
--lut-max 2000,1000,1500,2000 \
--colors white,orange,blue,#ff0000
Output:
After successfully running the processing command, your specified output directory (MY/OUTPUT/DATA) will contain the following:
-
Projections:
Maximum intensity projection images (projections/) generated for each data group, providing 2D summaries of your 3D data. -
Plots:
Visual representations of the data are stored inplots, including group bounding boxes and projections placed within their respective areas, ensuring spatial consistency and aiding in data interpretation. -
README Files:
Automatically generated documentation (README.mdandREADME.html) that includes embedded plots for easy reference and sharing.
How to run from Jupyter notebook
Check out our example notebook notebook.ipynb.
Project details
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 harmony_to_organoid-0.3.0.tar.gz.
File metadata
- Download URL: harmony_to_organoid-0.3.0.tar.gz
- Upload date:
- Size: 13.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.31
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ebfd60b93c22c5ff836c3415c36de3e0559ae94a62e196d316b34cfb54b63667
|
|
| MD5 |
ab200aec26eb3964e352c470df75c550
|
|
| BLAKE2b-256 |
868ac661ab07b228560a92e1fe6407930520fe511f09d1ed49e2555d9857c80d
|
File details
Details for the file harmony_to_organoid-0.3.0-py3-none-any.whl.
File metadata
- Download URL: harmony_to_organoid-0.3.0-py3-none-any.whl
- Upload date:
- Size: 12.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.31
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
847d17ea49cb764dc6fdd67df5d2f4278f8240bc0d88f54d551b8e0a88792e56
|
|
| MD5 |
2dfcd5dc97f2bdf851860696f32e51c1
|
|
| BLAKE2b-256 |
86d63ca9f6b9ec66364cd737f3bdbad939525ce94cf190fa6ac6324e1e0fbe2b
|