README.md

Travis-CI Build Status Coverage Status

D13CBreath: Processing C13 breath test data

Dieter Menne Menne Biomed Consulting Tübingen, Germany http://www.menne-biomed.de

dieter.menne@menne-biomed.de

This package is mostly obsolete

It has been replaced by packages dmenne/breathtestcore, dmenne/breathteststan and dmenne/breathtestshiny. Use this package for legacy applications only.

What it does

The software is being developed in cooperation with the ETH and Department of Gastroenterology of the University Hospital of Zürich, Switzerland. Thanks to Andreas Steingötter, Benjamin Misselwitz, Mark Fox and Werner Schwizer. And to Kirill Müller for supporting the RSqlite package.

How to install

To install the functions, use

devtools::install_github("d13cbreath","dmenne")

Using shiny to display the results

The Shiny package is the test bed for new ways to display the data. To run it with a sample database, use:

library(D13CBreath)
# remove the following line if there is a database in the default location
# <HOME>/Gastrobase2/Gastrobase2sqlite
databasePath = CreateSimulatedBreathTestDatabase()
RunShiny()

These function were developed under Windows 7 and have not been tested under Linux.

Known problems

The coupling between computation and database storage is rather tight because of requirements of the first installation. Some refactoring must be done to allow using the computational part without data from the database.

Reference:



dmenne/d13cbreath documentation built on March 1, 2020, 3:41 a.m.