The application allows to to analyze pharmacological screens. In particular, it allows to compare drug screen hits with positive and negative controls. It uses different normalisation (control based normalisation and zscore based normalisation).
To have a local instance of the app, install streamlit and the requirements
conda env create -n hic_scaling --file environment.yml
conda activate hic_scaling
pip install streamlit
To run the app
streamlit run path2/scaling_hic.py