Skip to content

LC-IM-MS data visualization tool in R / Shiny

Notifications You must be signed in to change notification settings

NorStorz/IonMobilityViz

 
 

Repository files navigation

Ionmobility Visualisation

Docker build

You can build the container locally with docker build -t ionmobilityviz:latest .

Note that the very first invocation will download the not-opensource and not-redistributable libtimsdata.so. If you only use your docker image locally, you could move this into the image build (NYI).

Docker run

docker run --rm -it -p 3838:3838 ionmobilityviz:latest

Afterwards, you should see you shiny :-) visualisation at http://localhost:3838/IonMobilityViz/

About

LC-IM-MS data visualization tool in R / Shiny

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 96.9%
  • Dockerfile 3.1%