Library for analyzing MEA files.
Project description
CureQ
This is the repository of the CureQ consortium.
This repository contains a library with functions for analyzing MEA files.
This repository is maintained by the Amsterdam University of Applied Sciences (AUMC).
More information: https://cureq.nl/
Install the library
Open a terminal and navigate to your home folder.
Install library with pip
Install the MEA analyzer with the following command when you are using Pip:
pip install CureQ
Install library with conda
Install the MEA analyzer with the following command when you are using Conda:
conda install CureQ::CureQ
Library usage
Now you can try the CureQ library functions in your Python environment.
Import the function you need, call this function and watch how the pipeline analyzes your MEA file!
Example for analyzing MEA electrodes
from CureQ.mea import analyse_electrode # Library function for analyzing electrodes
file_path = 'path/to/your/mea_file.h5' # Path to your MEA file
hertz = 20000 # Sampling frequency of MEA system
electrodes = [109, 110] # Electrodes to be analyzed
analyse_electrode(file_path, electrodes, hertz) # Analyzes specified electrodes in the MEA file
Example for analyzing a MEA well
from CureQ.mea import analyse_well # Library function for analyzing wells
file_path = 'path/to/your/mea_file.h5' # Path to your MEA file
hertz = 20000 # Sampling frequency of MEA system
wells = [10] # Wells to be analyzed
analyse_well(filename, wells, hertz) # Analyzes specified wells in the MEA file
Example visualisations of the MEA analysis pipeline
Spike detection
Inter-spike interval
Single burst detection
Network burst detection
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
File details
Details for the file CureQ-0.1.3.tar.gz
.
File metadata
- Download URL: CureQ-0.1.3.tar.gz
- Upload date:
- Size: 36.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3f2ebef35acde40c1e6610871f5c0f2c9ab18acdc0d1773ab804354135c42997 |
|
MD5 | 1fd3b9586485f39a919e1db7a6ba15f9 |
|
BLAKE2b-256 | 73f6bef684151deb22e1da34a02bba91d7240baabfb2d276185a2c7fca2f69f9 |
File details
Details for the file CureQ-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: CureQ-0.1.3-py3-none-any.whl
- Upload date:
- Size: 42.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6a916e7468396bfd8e48ff3b991b16fa73240721e1d49f9080756080e62353cf |
|
MD5 | 49c600e2f2a959b75491a5dd7dfa7f0b |
|
BLAKE2b-256 | bf938ce2ccebd7a8c2d3ca82a5bf92e3e87af71de67603f8730d597f02f2ca59 |