Python module for extracting optical physiology ROIs and traces for various file types and formats
Project description
ROIExtractors
Automatically read optical imaging/segmentation data into a common API
Table of Contents
About
ROIExtractors provides a common API for various optical imaging and segmentation formats to streamline conversion and data analysis. ROI stands for Region Of Interest, which is the region in a set of acquired fluorescence images which the segmentation software has determined as a neuron.
Features:
- Reads data from 10+ popular optical imaging and segmentation data formats into a common API.
- Extracts relevant metadata from each format.
- Provides a handy set of methods to analyze data such as
get_roi_locations()
Installation
To install the latest stable release of roiextractors though PyPI, type:
pip install roiextractors
For more flexibility we recommend installing the latest version directly from GitHub. The following commands create an environment with all the required dependencies and the latest updates:
git clone https://github.com/catalystneuro/roiextractors
cd roiextractors
conda env create roiextractors_env
conda activate roiextractors_env
pip install -e .
Note that this will install the package in editable mode.
Finally, if you prefer to avoid conda
altogether, the following commands provide a clean installation within the current environment:
pip install git+https://github.com/catalystneuro/roiextractors.git@main
Documentation
See our ReadTheDocs page for full documentation, including a gallery of all supported formats.
Funding
ROIExtractors is funded by
- Stanford University as part of the Ripple U19 project (U19NS104590).
- LBNL as part of the NWB U24 (U24NS120057).
License
ROIExtractors is distributed under the BSD3 License. See LICENSE for more information.
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
Hashes for roiextractors-0.5.9-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fb1ea9a7f262fbfd1fa0234b8df858062dcd2445af0c66d95e2254528b7cd45e |
|
MD5 | 82be577af1e20e6d8c937604fb9893a7 |
|
BLAKE2b-256 | 9bdf7c0b1b74e059df190c6626ab5fbab3ff84fa53524d37abce7b5b2fe2d50b |