Skip to main content

NWB creator from various data streams

Project description

nwbmatic

NWB creator from various data streams

image nwbmatic CI Coverage Status GitHub issues Twitter Follow

Overview

This package started as a main feature of pynapple IO module. It is now a standalone package to help create NWB from various data streams from electrophysiological and calcium imaging pipelines. It supports outputs from :

Electrophysiology Calcium imaging Behavior
Phy matlab CNMF-E DeepLabCut
Neurosuite Inscopix CNMF-E Optitrack
Minian
Suite2P

Warning A larger choice of data format is available from neuroconv

Usage

The general workflow of loading a session is described by the infographic below. As it is challenging to accomodate all possible types of format, we aimed to keep the IO of nwbmatic minimal while allowing the user to inherit the base loader and import their own custom io functions.

The base loader is thus responsible for initializing the NWB file containing the tracking data, the epochs and the session informations.

title

Getting Started

Installation

The best way to install nwbmatic is with pip within a new conda environment :

$ conda create --name nwbmatic pip python=3.8
$ conda activate nwbmatic
$ pip install nwbmatic

if you would like the option to use our feature that loads data from the Allen Institute (optional):

$ pip install nwbmatic[allen]

or directly from the source code:

$ conda create --name nwbmatic pip python=3.8
$ conda activate nwbmatic
$ # clone the repository
$ git clone https://github.com/pynapple-org/nwbmatic.git
$ cd nwbmatic
$ # Install in editable mode with `-e` or, equivalently, `--editable`
$ pip install -e .

This procedure will install all the dependencies including

  • pynapple
  • pandas
  • numpy
  • pynwb 2.0
  • h5py
  • allensdk

Example

In this example, a session preprocessed with phy will be copied to NWB and loaded.

import nwbmatic as ntm

data = ntm.load_session("path/to/my/session", "phy")

Credits

Thanks to Selen Calgin, Sara Mahallati and Luigi Petrucco for their contributions.

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

nwbmatic-0.1.2.tar.gz (71.6 kB view details)

Uploaded Source

Built Distribution

nwbmatic-0.1.2-py3-none-any.whl (63.7 kB view details)

Uploaded Python 3

File details

Details for the file nwbmatic-0.1.2.tar.gz.

File metadata

  • Download URL: nwbmatic-0.1.2.tar.gz
  • Upload date:
  • Size: 71.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.13

File hashes

Hashes for nwbmatic-0.1.2.tar.gz
Algorithm Hash digest
SHA256 c55679edb5d6f486aa91f354debc69fae361f8f8f6764059a994d3ff8628a457
MD5 f2c1f741da9ba118ccf88bbddb2dc3a6
BLAKE2b-256 3a1a67c85c74e696c470fc0d814c888a24c08e6912a321ffb22b81b2ed03e5fb

See more details on using hashes here.

File details

Details for the file nwbmatic-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: nwbmatic-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 63.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.13

File hashes

Hashes for nwbmatic-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 07da885258b71b805f1b993efe23b8bab16e97e5ec81ff31f37d357cb7088f69
MD5 98ec8ed11f8c853f894138db11e9c74e
BLAKE2b-256 2bab582962a2f85fb39421849835974827421b624e60de1e028fb003ba3c5b3d

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