RHP KB Api returns pathogenecity status of a variant based on rules defined here: https://docs.google.com/spreadsheets/d/1xZWM2oTDntcLY9GkwoKPIHK4exlzJQGJ6i3OPMMbowg/edit#gid=0
git clone THIS-REPO
virtualenv ENV-NAME
. ENV-NAME/bin/activate
cd coleman_kb
pip install -r requirements.txt
python app.py
http://localhost:4848/annotate?gene=BRAF&protein_change=V600E&variant_type=MISSENSE http://localhost:4848/annotate?gene=CEBPA&protein_change=V600E&variant_type=INFRAME_INDEL&exac=0.0001 http://localhost:4848/annotate?gene=CEBPA&protein_change=V600E&variant_type=INFRAME_INDEL&exac=0.005