A data explorer web-application built with Shiny.
In RStudio install devtools with install.packages("devtools")
devtools::install_git("https://github.com/sergiumocanu/dataexplorer")
Download and install Docker from here. In a terminal type the following:
docker pull sergiumocanu/dataexplorer:latest
dataexplorer::run_app()
docker run --rm -p 30:30 --name dataexplorer sergiumocanu/dataexplorer:latest
In a browser, navigate to localhost:30
- Upload corresponding files (note location matters).
- Inspect raw data in the Table 1 and Table 2 tabs.
- Data visualizer and summary for both uploaded files in the third tab. Choose various features to explore.
- Two-patient comparison for various lab tests in the last tab. Choose two different patients to compare lab results.
Close browser, in RStudio press the Esc key on your keyboard.
Close browser, in terminal press Ctrl+C (on Windows you may have to stop the app with docker stop dataexplorer or through the Docker Desktop GUI.)