fshdmcm is a shiny app written to support a bioRxiv preprint: Quantifying anti-DUX4 therapy for facioscapulohumeral muscular dystrophy.
This work aims to explore the comparative efficacy of different anti-DUX4 therapeutic strategies for FSHD.
While reading the manuscript, use the app to further interrogate the model space and test any parameter combinations you find interesting.
The app can be accessed here.
A desktop browser is recommended.
If you would like to run the app locally, clone the repository, create a new virtual environment, and then install the required python packages with:
pip install -r requirements.txtThen run the app with:
shiny run --launch-browser app.pyTested with Python 3.9.19.
As this is a shiny app, it is not a directly installable python package. To run the tests, using the same virtual environment as the app, install pytest via:
pip install pytestThen from the fshdmcm directory run:
python -m pytest testsTo report a bug or request support please post an issue here outlining the problem faced and including error messages and logs where possible.
To propose a pull request, please create an issue first to discuss your proposed changes. We use Black formatting, with a line length of 80.
For any commerical inquiries or other requests, contact us here.