This release is a pre-release and may not be stable for production use.
pIMZ: an integrative framework for imaging mass spectrometry analysis
Description
pIMZ is a framework for Imaging Mass Spectrometry (IMS) data analysis. The python implementation is available from github.com/mjoppich/pIMZ. For installation follow the instructions given here.
pIMZ focuses on a differential setting, where masses, specific to certain areas are first determined, and then serve as input for a cell-type detection framework and/or a differential expression setting.
pIMZ's documentation is available here: .
Installation
The easiest way to install most Python packages is via pip.
If not already done, you must first install the following dependencies manually. This is because at the time of writing this document, dabest requires pandas~=0.25, which is incompatible with probably the rest of the world nowadays. So first dabest is installed, then numpy and pandas are upgraded again ::
sudo pip3 install dabest
sudo pip3 install numpy pandas --upgrade
Only then we should install pIMZ ::
sudo pip3 install pIMZ
pIMZ is now ready to go!
Usage
References to examples and example notebooks can be found in the examples folder, or in the documentation.
All available classes and their functions are explained in the modules/API documentation.
Release files for pIMZ 1.0a0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pIMZ-1.0a0.tar.gz | 410.8 kB | Details |
Release files / pIMZ-1.0a0.tar.gz
| Download URL | pIMZ-1.0a0.tar.gz |
|---|---|
| Size | 410.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7367d1009fa2f5fcfe1c8da82935a139a91befd230fdecac15c4205364e4f83a
|
|
BLAKE2b-256 checksum How to use checksums |
6741b247387dcc3b61b517fdb7656a0958b5001a3fdca7579da363f3e90a9bf0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.2
|