Skip to content

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

License

Notifications You must be signed in to change notification settings

BCMSLab/LINPSAPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published