Description Usage Arguments Value Author(s) Examples
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.
1 | ReadIrisCSV(filename)
|
filename |
Name of IRIS/Wagner file in csv format |
list with FileName, PatientName, PatientFirstName,
Test, Identifikation
,
and data frame Data
with Time
and DOB
Dieter Menne, dieter.menne@menne-biomed.de
1 2 3 | filename = system.file("extdata", "IrisCSV.TXT", package = "D13CBreath")
irisData = ReadIrisCSV(filename)
str(irisData)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.