Running Dash Interface#
Note
To run the Dash interface make sure you prepared your data according to Data Prepatation.
Test Data#
You can download our test data (intensities and design) that only contains a few proteins from the following links.
Note
Your Browser will most likely open the file instead of downloading. Just right click on the download link and choose save link as.
Intensities |
|
Design |
Command Line Executables#
you can run the Dash Interface via the following command:
RAPDOR Dash
Further flags (e.g. if you want to upload data already) can be found in the CLI Documentation
Once you executed that command make sure to not close the terminal. You can then open the corresponding page in a browser (e.g. Firefox, Chrome). Per default the app will be run under the following address. However, this can be changed via flags.
You can upload your design and intensities files that you prepared earlier (see Data Prepatation) via the upload page.
DISPLAY mode#
You can run the app in display mode. This will disable most of the buttons and is ment for displaying pre-analyzed data.
To achieve this you need to set the environment variable RAPDOR_DISPLAY_MODE=True
.
Note
You need to add the pre-analyzed data when you run the dash app e.g. via the --input
flag.
Otherwise you can setup your own server (see Server Setup)