Skip to contents

Dieter Menne
Menne Biomed Consulting http://www.menne-biomed.de
dieter.menne@menne-biomed.de

The software was developed in cooperation with the ETH, the Department of Gastroenterology of the University Hospital of Zürich, and Claraspital Basel. Thanks to Andreas Steingötter, Benjamin Misselwitz, Mark Fox and Werner Schwizer.

Shiny web app to fit 13C data with R package breathtestcore. You can try the web app online. No data or cookies are stored in the online version, but you can download all results and group-pairwise comparisons for studies.

Security

No data are stored after you close the browser or when you stop the container.

Docker image

Installing Docker

  • Windows users must install Docker Desktop from Docker store. For installation details, see here.
  • Linux users know how to install Docker anyway.
  • Docker should have at least 2 GB of memory. If you want to build the Docker image, you need at least 4 GB and 2 cores; confusing error messages are being emitted when memory is low.

Installing breathtestshiny

  • From the command line, enter the following to start the container (this is ONE line)

docker run --name breathtestshiny --restart unless-stopped -p 3838:3838 -d dmenne/breathtestshiny

  • The first startup needs some time because 1 GB has to be downloaded. Subsequent startups require only a few seconds.

  • Connect to the app with your browser using localhost:3838.