Skip to content

dbaldridge-lab/sortscore

Repository files navigation

sortscore

sortscore is a Python package for Sort-seq variant analysis, including scoring, normalization, and visualization.

Quick Start

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.json

If 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

Documentation

Demo

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors