Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/computationalphysiology/mps
Tools for working with mps files
https://github.com/computationalphysiology/mps
cardiac heart-on-chip image-analysis mps organ-on-chip
Last synced: about 2 months ago
JSON representation
Tools for working with mps files
- Host: GitHub
- URL: https://github.com/computationalphysiology/mps
- Owner: ComputationalPhysiology
- License: lgpl-2.1
- Created: 2021-10-27T15:06:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-15T11:55:51.000Z (about 1 year ago)
- Last Synced: 2024-04-25T23:22:07.503Z (9 months ago)
- Topics: cardiac, heart-on-chip, image-analysis, mps, organ-on-chip
- Language: Python
- Homepage: https://computationalphysiology.github.io/mps
- Size: 7.34 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
README
[![CI](https://github.com/ComputationalPhysiology/mps/actions/workflows/main.yml/badge.svg)](https://github.com/ComputationalPhysiology/mps/actions/workflows/main.yml)
[![PyPI version](https://badge.fury.io/py/cardiac-mps.svg)](https://badge.fury.io/py/cardiac-mps)
[![codecov](https://codecov.io/gh/ComputationalPhysiology/mps/branch/master/graph/badge.svg?token=V5DOQ1PUVF)](https://codecov.io/gh/ComputationalPhysiology/mps)
[![github pages](https://github.com/ComputationalPhysiology/mps/actions/workflows/github-pages.yml/badge.svg)](https://github.com/ComputationalPhysiology/mps/actions/workflows/github-pages.yml)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![License: LGPL v3](https://img.shields.io/badge/License-LGPL_v2.1-blue.svg)](https://www.gnu.org/licenses/lgpl-2.1)# MPS
A library for reading and analyzing MPS data.
The analysis scripts are heavily based on [ap_features](https://github.com/ComputationalPhysiology/ap_features) which is a package for computing features of action potential traces.## Installation
To install the package you can simply di
```
python -m pip install cardiac-mps
```For more options see
## Documentation
## Contributing
See
## Contact
This software is developed by Henrik Finsberg at Simula Research Laboratory.
If you need to get in contact, please send me an email at [[email protected]](mailto:[email protected]).## License
LGPLv2