A plugin for Nellie that counts label changes. One type of typically used fission and fusion metric.
Project description
Overview
This module is designed to work within the Nellie-Napari ecosystem to detect organelle label changes between frames. One of the metrics for fission and fusion quantification. It leverages processed data from Nellie, performs event detection, and outputs the results for further analysis.
Tutorial
https://github.com/user-attachments/assets/8844b54e-8d8f-472d-bcda-500cb4e05389
Features
- Prerequisite Checks: Ensures all necessary data and preprocessing steps are completed before running the analysis.
- Event Detection: Calculates the number of fission (splitting) and fusion (merging) events of organelles across time frames.
- Data Output: Saves detailed per-frame event data to a CSV file for further analysis or visualization.
- User Feedback: Provides real-time notifications through Napari’s interface to guide users through the process.
Requirements
- Python 3.9 or higher
- Packages:
- nellie
- pandas
- Operating System:
- Cross-platform (Windows, macOS, Linux)
Installation
pip install nellie-plugin-fission-fusion
Usage
- Load an Image in Nellie:
- Before running the fission and fusion detection, load your imaging data into Nellie.
- Enable automatic voxel reassignment in the settings tab.
- Run the full analysis pipeline.
- Perform Voxel Reassignment (if not already done):
- If not already automatically completed, perform voxel reassignment in Nellie's preprocessing tab.
- Run Feature Extraction in Nellie:
- Ensure that organelle features have been extracted and saved. This is must be done after voxel reassignment.
- Run the plugin via
Plugins > Nellie Plugin > Count Label Changes
.
Understanding the Detection Algorithm
The detection algorithm operates as follows:
Data Loading:
- Loads organelle feature data from a CSV file generated by Nellie.
Prequisite Verification:
- Checks if the image, organelle features, and reassigned labels are available.
- Ensures that voxel reassignment has been performed if required.
Event Calculation:
- Computes the number of unique organelle labels in each time frame.
- Calculates the difference in label counts between consecutive frames.
- Positive differences indicate fission events (organelles splitting).
- Negative differences indicate fusion events (organelles merging).
Result Compilation:
- Saves per-frame event data to a CSV file for detailed analysis.
Output
Notifications:
- Provides status updates and error messages through Napari’s show_info function.
CSV File:
- Saves a file named -label_changes.csv containing:
- t: Time frame index.
- label_differences: Difference in label counts compared to the total number of reassigned labels.
- events_per_frame: Number of events occurring in each frame.
Console Output:
- Displays a summary message with the total number of fission and fusion events and the path to the saved CSV file.
Troubleshooting
“No image loaded. Load one through Nellie.”:
- Ensure that an image is loaded in Nellie before running the detection script.
“No organelle features found. Run feature extraction through Nellie.”:
- Run the organelle feature extraction step in Nellie to generate the necessary data.
“No reassigned image found. Run voxel reassignment through Nellie.”:
- Perform voxel reassignment in Nellie.
“Rerun feature extraction after running voxel reassignment.”:
- After voxel reassignment, you need to rerun feature extraction to update the organelle features.
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 count_label_changes-0.1.1.tar.gz
.
File metadata
- Download URL: count_label_changes-0.1.1.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dc09ebf7e16f6d1e8f54a48d30fc8dcde49f0d09ed841cfac52f8d74b659c36f |
|
MD5 | 83970c0f93b926f606ada8eca5503955 |
|
BLAKE2b-256 | ced6ab5ed73c93fa16ef087dc358f1422a09307dcc1e019ab6ea5e0cf152888a |
File details
Details for the file count_label_changes-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: count_label_changes-0.1.1-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c4280a71ac74ffc25717e7f1e2543580801d25f62433270748312a08542310cc |
|
MD5 | 9c8473d39dab987fe68497ef98454c94 |
|
BLAKE2b-256 | a00a241052157baf211f0016df700187252a79377c442443080b26f48c5c44d3 |