Skip to main content

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

  1. Load an Image in Nellie:
    1. Before running the fission and fusion detection, load your imaging data into Nellie.
    2. Enable automatic voxel reassignment in the settings tab.
    3. Run the full analysis pipeline.
  2. Perform Voxel Reassignment (if not already done):
    1. If not already automatically completed, perform voxel reassignment in Nellie's preprocessing tab.
  3. Run Feature Extraction in Nellie:
    1. Ensure that organelle features have been extracted and saved. This is must be done after voxel reassignment.
  4. 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

count_label_changes-0.1.1.tar.gz (4.6 kB view details)

Uploaded Source

Built Distribution

count_label_changes-0.1.1-py3-none-any.whl (5.1 kB view details)

Uploaded Python 3

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

Hashes for count_label_changes-0.1.1.tar.gz
Algorithm Hash digest
SHA256 dc09ebf7e16f6d1e8f54a48d30fc8dcde49f0d09ed841cfac52f8d74b659c36f
MD5 83970c0f93b926f606ada8eca5503955
BLAKE2b-256 ced6ab5ed73c93fa16ef087dc358f1422a09307dcc1e019ab6ea5e0cf152888a

See more details on using hashes here.

File details

Details for the file count_label_changes-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for count_label_changes-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 c4280a71ac74ffc25717e7f1e2543580801d25f62433270748312a08542310cc
MD5 9c8473d39dab987fe68497ef98454c94
BLAKE2b-256 a00a241052157baf211f0016df700187252a79377c442443080b26f48c5c44d3

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page