ReadIrisCSV: Read 13C data from IRIS/Wagner Analysen in CSV Format

Description Usage Arguments Value Author(s) Examples

View source: R/ReadIrisCSV.R

Description

Reads 13C data from IRIS/Wagner Analysen in CSV Format The composite files starts as follows:

1
"Name","Vorname","Test","Identifikation"

This format does not have information about the substrate (acetate, octanoate), the dose and body weight and height. Acetate as substrate, Dose = 100, Weight = 75, Height = 180 is assumed.

Usage

1
ReadIrisCSV(filename)

Arguments

filename

Name of IRIS/Wagner file in csv format

Value

list with FileName, PatientName, PatientFirstName, Test, Identifikation, and data frame Data with Time and DOB

Author(s)

Dieter Menne, dieter.menne@menne-biomed.de

Examples

1
2
3
filename = system.file("extdata", "IrisCSV.TXT", package = "D13CBreath")
irisData = ReadIrisCSV(filename)
str(irisData)

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