Skip to content

Latest commit

 

History

History
executable file
·
48 lines (33 loc) · 1.32 KB

README.md

File metadata and controls

executable file
·
48 lines (33 loc) · 1.32 KB

deploy-shiny build-docker

LINPSAPP

LINPSAPP: A web interface for the database of cancer cell-specific perturbations of biological networks

How to access this app and the database?

The database and the interface are accessible in several ways

  1. Through shinyapps.io, just click here.

  2. Clone this repo and run the app.R file in RStudio

# build locally
git clone https://github.com/MahShaaban/LINPSAPP
cd LINPSAPP
  1. 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

Related repositories