Python Polar Gini Curve
This is a Python port of the Polar Gini Curve introduced by Nguyen et al. (2021). I've implemented the core functionality in Python, making it easier to integrate into Python-based data analysis workflows. The original MATLAB code is available in the aimed-lab/Polar-Gini-Curve repository.
Quickstart
To get started with the Polar Gini Curve in Python, you can install the package from PyPI, then use the CLI to compute the Polar Gini Curve from a CSV file containing your data. Here's a quick example:
pip install polargini
pgc --csv data.csv --plot
For more detailed usage, refer to the original documentation.
Citation
Nguyen, T.M., Jeevan, J.J., Xu, N. and Chen, J.Y., "Polar Gini Curve: a technique to discover gene expression spatial patterns from single-cell RNA-seq data," Genomics, Proteomics & Bioinformatics 19(3), 493-503 (2021).
Release files for polargini 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| polargini-1.0.0.tar.gz | 18.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| polargini-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 34.0 kB
Release files / polargini-1.0.0.tar.gz
| Download URL | polargini-1.0.0.tar.gz |
|---|---|
| Size | 18.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8876d2b6108ec7da97f7811e802f5cce73dea9308bde287acdc7a8676fff279a
|
|
BLAKE2b-256 checksum How to use checksums |
8bf4ac41c30ca247fba84ac043425122fa81f0c2183af521fcaafd8cfb26e805
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.1
|
Release files / polargini-1.0.0-py3-none-any.whl
| Download URL | polargini-1.0.0-py3-none-any.whl |
|---|---|
| Size | 15.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
8c6892617dccbded8e40cc912bb983be30337f95b505588db68cd8b96fa9a8b4
|
|
BLAKE2b-256 checksum How to use checksums |
2cf7230f90e42372002a81c4e4b24ecc4cdcf828f8340ce2baea6d650ee4aa85
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.1
|