sortscore is a Python package for Sort-seq variant analysis, including scoring, normalization, and visualization.
git clone https://github.com/dbaldridge-lab/sortscore
cd sortscore
python -m venv .venv
source .venv/bin/activate
pip install -e .Run a standard variant scoring analysis:
sortscore -n EXPERIMENT_NAME -e path/to/experiment_setup.csv -c path/to/config.jsonIf you did not install the CLI entry point, run:
python -m sortscore -n EXPERIMENT_NAME -e path/to/experiment_setup.csv -c path/to/config.json