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 all MEA wells
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
electrodes = 12 # Electrode amount per well
# Analyzes all wells in the MEA file
if __name__=='__main__':
analyse_well(fileadress=file_path, hertz=hertz, electrode_amnt=electrodes)
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file CureQ-1.0.2.tar.gz.
File metadata
- Download URL: CureQ-1.0.2.tar.gz
- Upload date:
- Size: 36.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6fccc197b236a7f3633b72d7dcd32b3898927eca95cef31393180d4f5a69740d
|
|
| MD5 |
0a0b3bf7b297471193f13a86057ec1eb
|
|
| BLAKE2b-256 |
ef8e8522902f62e1cdeb0f793e3e2dd8052fc4a8cbc60f414b977a710e9bf419
|
File details
Details for the file CureQ-1.0.2-py3-none-any.whl.
File metadata
- Download URL: CureQ-1.0.2-py3-none-any.whl
- Upload date:
- Size: 39.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a97864825b779f39cd42aef751da6bd822aa7fdd324ab39ac9c412e895af39eb
|
|
| MD5 |
d2e5cc1ab06b3dbc2b345d4a6b319f70
|
|
| BLAKE2b-256 |
ff95c5b64623d988479c974ef0ecd3fa69eb6d152cbcd35ad31d6fc48b152ab8
|