Library for analyzing MEA files.
Project description
CureQ
This is the repository of the CureQ consortium.
For more information about the CureQ project, visit https://cureq.nl/
This repository contains a library with functions for analyzing MEA files.
This repository is maintained by the Amsterdam University of Applied Sciences (AUMC).
This library can process both Multi Channel Systems and Axion Biosystems MEA data, although the latter will have to be converted to hdf5 format using our MATLAB script, which can be found in the repository.
For more information about the analysis or how to use the library, check out the "CureQ MEA-analysis library User Guide.pdf" file.
Install the library
First, make sure you have installed a version of python on your machine, all python releases can be found here: https://www.python.org/downloads/
Secondly, make sure you have installed a package manager, like pip or conda.
Next, 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_wells # 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_wells(fileadress=file_path, hertz=hertz, electrode_amnt=electrodes)
MEA GUI
Addionally, the CureQ mea library contains a graphical user interface that can be used to perform the analysis.
The GUI is also used to inspect the raw MEA data and the analysis results. Example visualisations can be found below.
The GUI can be opened as follows:
Opening the GUI
from CureQ.mea_analysis_tool import MEA_GUI
if __name__=="__main__":
MEA_GUI()
Example visualisations
Spike detection
Single burst detection
Network burst detection
GUI
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-1.0.11.tar.gz
.
File metadata
- Download URL: CureQ-1.0.11.tar.gz
- Upload date:
- Size: 132.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9f7145d426ee42537e5e8963cd600ece380ea5b7bc54ff7f51f46bc6a8f64534 |
|
MD5 | 45c476664d8366ec2523ab3802610afa |
|
BLAKE2b-256 | fc2f35cf6b569074c4df039eabe0b9f590e846f694a83e879663ed27cdafd4ff |
File details
Details for the file CureQ-1.0.11-py3-none-any.whl
.
File metadata
- Download URL: CureQ-1.0.11-py3-none-any.whl
- Upload date:
- Size: 132.5 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 | 72c5d939b7bb9eac84899914321dffd106296c23a4b442da913271ff5aab1d20 |
|
MD5 | 965c03a49aebed63f036fd4d4bd18d14 |
|
BLAKE2b-256 | 655a8ba0fa0654ee7a7c7e74812456fc358c197e316fd6f1aac04ffef085090b |