LINPSAPP: A web interface for the database of cancer cell-specific perturbations of biological networks
The database and the interface are accessible in several ways
-
Through shinyapps.io, just click here.
-
Clone this repo and run the
app.R
file in RStudio
# build locally
git clone https://github.com/MahShaaban/LINPSAPP
cd LINPSAPP
- Through Docker, pull the image
# pull from docker hub
docker pull mahshaaban/linpsapp
or build locally
# build locally
git clone https://github.com/MahShaaban/LINPSAPP
cd LINPSAPP
docker build -t mahshaaban/linpsapp .
then start a container with the app running on http://0.0.0.0:3838
docker run --rm -p 3838:3838 bcmslab/linpsapp
- To build the database MahShaaban/LINPS