paper-with-me

Papers

VoDEx: a Python library for time annotation and management of volumetric functional imaging data

2023-05-11 · Anna Nadtochiy, Peter Luu, Scott E. Fraser, Thai V. Truong

Summary: In functional imaging studies, accurately synchronizing the time course of experimental manipulations and stimulus presentations with resulting imaging data is crucial for analysis. Current software tools lack such functionality, requiring manual processing of the experimental and imaging data, which is error-prone and potentially non-reproducible. We present VoDEx, an open-source Python library that streamlines the data management and analysis of functional imaging data. VoDEx synchronizes the experimental timeline and events (eg. presented stimuli, recorded behavior) with imaging data. VoDEx provides tools for logging and storing the timeline annotation, and enables retrieval of imaging data based on specific time-based and manipulation-based experimental conditions. Availability and Implementation: VoDEx is an open-source Python library and can be installed via the "pip install" command. It is released under a BSD license, and its source code is publicly accessible on GitHub https://github.com/LemonJust/vodex. A graphical interface is available as a napari-vodex plugin, which can be installed through the napari plugins menu or using "pip install." The source code for the napari plugin is available on GitHub https://github.com/LemonJust/napari-vodex.

📄 PDF Abstract BibTeX arXiv:2305.07438

Code (2)

lemonjust/napari-vodex 공식 구현
lemonjust/vodex 공식 구현

Tasks

ManagementRetrieval

Methods 이 논문이 사용한 방법론

Library 설명 없음

Similar Papers 제목 키워드 기반

audb -- Sharing and Versioning of Audio and Annotation Data in Python

2023-03-01 · Hagen Wierstorf, Johannes Wagner, Florian Eyben, Felix Burkhardt 외

Driven by the need for larger and more diverse datasets to pre-train and fine-tune increasingly complex machine learning models, the number of datasets is rapidly growing. audb is an open-source Python library that suppo…

Management

Raster Forge: Interactive Raster Manipulation Library and GUI for Python

2024-04-09 · Afonso Oliveira, Nuno Fachada, João P. Matos-Carvalho

Raster Forge is a Python library and graphical user interface for raster data manipulation and analysis. The tool is focused on remote sensing applications, particularly in wildfire management. It allows users to import,…

Management

Deep Fast Machine Learning Utils: A Python Library for Streamlined Machine Learning Prototyping

2024-09-14 · Fabi Prezja

Machine learning (ML) research and application often involve time-consuming steps such as model architecture prototyping, feature selection, and dataset preparation. To support these tasks, we introduce the Deep Fast Mac…

feature selectionManagement

A scikit-based Python environment for performing multi-label classification

2017-02-05 · Piotr Szymański, Tomasz Kajdanowicz

scikit-multilearn is a Python library for performing multi-label classification. The library is compatible with the scikit/scipy ecosystem and uses sparse matrices for all internal operations. It provides native Python i…

General ClassificationManagementMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION

skfolio: Portfolio Optimization in Python

2025-07-05 · Carlo Nicolini, Matteo Manzi, Hugo Delatte

Portfolio optimization is a fundamental challenge in quantitative finance, requiring robust computational tools that integrate statistical rigor with practical implementation. We present skfolio, an open-source Python li…

ManagementPortfolio OptimizationTime Series