IncrAUC | R Documentation |
This function allows to calculate the incremental AUC (IAUC) per sample for an ITT (Insulin Tolerance Test) or a GTT (Glucose Tolerance Test).
IncrAUC(df, grp, graph = T, substr.init.conc = F)
df |
dataframe (measure times in minutes in columns, samples in rows) |
grp |
sample grouping column |
graph |
if TRUE, plot a boxplot, Default: TRUE |
substr.init.conc |
if TRUE, substract iAUC with "initial Conc x total time" |
the function returns a dataframe with the AUC per sample and a boxplot (if graph=T)
Brouns et al. 2005 (Nutrition Research Reviews)
Wolever et al. 2004 (Diabetes Care)
data(OGTT)
# Artificial data from an OGTT experiment in KO and WT animals
IncrAUC(OGTT, lineage)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.