Installation
Install from PyPI (recommended)
pip install phenosign
—
Install from GitHub
To install the development version directly from GitHub, first create a virtual environment:
python3 -m venv venv
source venv/bin/activate
pip install --upgrade pip
Then clone the repository and install in editable mode:
git clone https://github.com/P2GX/phenosign.git
cd phenosign
pip install -e .
—
Requirements
Python >= 3.10
—
See FBN1 Cohort Analysis: Correlation and Synergy for a complete workflow and usage examples.