limax are python utilities for working with LiMAx.
Project description
limax: python utilities for LiMAx
limax is a collection of python utilities for working with LiMAx data with source code available from https://github.com/matthiaskoenig/limax.
Features include among others
Visualization of LiMAx raw data
Anonymisation of LiMAx raw data files
Calculation of AUC and DOB values
If you have any questions or issues please open an issue.
Documentation
Documentation is still work in progress.
How to cite
Installation
limax is available from pypi and can be installed via:
pip install limax
Best practise is to setup a virtual environment example via conda and install the package. First install anaconda via https://docs.anaconda.com/anaconda/install/index.html. To run the limax tool open a terminal app (e.g. Application -> Utilities -> terminal on MacOS) and create the conda environment
conda create -n limax python=3.10 conda activate limax (limax) pip install limax --upgrade
Usage
Command line tool
After installation LiMAx analysis can be performed using the limax
command line tool
$ limax
────────────────────────────────────────────────────────────────────────────────
💉 LIMAX ANALYSIS 💉
Version 0.1.4 (https://github.com/matthiaskoenig/limax)
Citation https://doi.org/10.5281/zenodo.7382670
────────────────────────────────────────────────────────────────────────────────
Example (single file):
limax -i patient1.csv -o limax_example_processed.csv
Example (folder):
limax --input_dir limax_examples --output_dir limax_examples_processed
────────────────────────────────────────────────────────────────────────────────
Required argument '--input' or '--input_dir' missing
Usage: limax [options]
Options:
-h, --help show this help message and exit
-i INPUT_PATH, --input=INPUT_PATH
Path to input LiMAx raw file.
-o OUTPUT_PATH, --output=OUTPUT_PATH
Path to output processed LiMAx file (without patient
data) as '*.csv'.
--input_dir=INPUT_DIR_PATH
Path to input folder with LiMAx raw files as '*.csv'.
--output_dir=OUTPUT_DIR_PATH
Path to output folder with processed LiMAx files
────────────────────────────────────────────────────────────────────────────────
Common problems
On MacOs the terminal app requires permissions to access files, i.e.
PermissionError: [Errno 1] Operation not permitted
This can be solved by changing the permissions of the terminal app via https://stackoverflow.com/questions/58479686/permissionerror-errno-1-operation-not-permitted-after-macos-catalina-update:
Go to System Preference->Security and Privacy.
On the left side click on Full Disk Access
Now click on bottom left lock icon and enter password to make changes, see Label 3
Now click on + sign button
Browse the terminal app from Application -> Utilities
License
Source Code: LGPLv3
Documentation: CC BY-SA 4.0
The limax source is released under both the GPL and LGPL licenses version 2 or later. You may choose which license you choose to use the software under.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License or the GNU Lesser General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
Funding
Matthias König is supported by the Federal Ministry of Education and Research (BMBF, Germany) within the research network Systems Medicine of the Liver (LiSyM, grant number 031L0054) and by the German Research Foundation (DFG) within the Research Unit Programme FOR 5151 “QuaLiPerF (Quantifying Liver Perfusion-Function Relationship in Complex Resection - A Systems Medicine Approach)” by grant number 436883643 and by grant number 465194077 (Priority Programme SPP 2311, Subproject SimLivA).
Develop version
The latest develop version can be installed via:
pip install git+https://github.com/matthiaskoenig/limax.git@develop
Or via cloning the repository and installing via:
git clone https://github.com/matthiaskoenig/limax.git cd limax pip install -e .
To install for development use:
pip install -e .[development]
© 2022 Matthias König
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 limax-0.1.4.tar.gz
.
File metadata
- Download URL: limax-0.1.4.tar.gz
- Upload date:
- Size: 13.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 065471443112aa5e7266ca0bd7737ea490de5007e02d854f37efec738f1b6648 |
|
MD5 | ac83032ced8910430d067dc759502721 |
|
BLAKE2b-256 | b852099a2f69f6bc07a7121ec759a37f238a4dc9aaa023eb2934f1e8c7331a0f |
File details
Details for the file limax-0.1.4-py2.py3-none-any.whl
.
File metadata
- Download URL: limax-0.1.4-py2.py3-none-any.whl
- Upload date:
- Size: 13.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6b355ac5322ade1a331f0c6c3562215b406c8848e42858055a67ddb00a49c712 |
|
MD5 | 33389871e74267fd60511ca57b834317 |
|
BLAKE2b-256 | 837941c6bab443afce5e4a33485fb62f6bd78d3b63201c65e16336ecec7aa7db |