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 GitHub contributors 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

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

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.0.tar.gz (67.6 kB view details)

Uploaded Source

Built Distribution

nwbmatic-0.1.0-py3-none-any.whl (59.7 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for nwbmatic-0.1.0.tar.gz
Algorithm Hash digest
SHA256 1a4f9cd9e7508cac9f9086132cdb6f31f7846112d308dc0f02f7d80e391c0878
MD5 523c811cf374adedc256e8e492cbba36
BLAKE2b-256 2716d4e55d44bd0afde67ef862f0621fba844d7b7f4a1d00b496ec24f8dae40f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for nwbmatic-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 1812d18451c8cde2d3a2a51a6aa1e65b3f109b92ad9872ee1c873b5e3896f427
MD5 65b34df61d4f5dc1caaf9f3079128537
BLAKE2b-256 f9210d0083d9727deecc5d5d8708ce604480feb8c1cf32aa872dde7994bcc52c

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