rates_lme_summary | R Documentation |
Estimates mean and standard deviation of ATP production from glycolysis and
OXPHOS at points defined in partition_data
and with values calculated
using the get_energetics
function
rates_lme_summary(measure, assay, rates, conf_int, ci_method)
measure |
Whether to plot |
assay |
What assay to plot (e.g. "MITO" or "GLYCO") |
rates |
a data.table of Seahorse OCR and ECAR rates (from |
conf_int |
The confidence interval percentage. Should be between 0 and 1 |
ci_method |
The method used to compute confidence intervals for the
mixed-effects model: |
a list of groups from the data
rep_list <- system.file("extdata", package = "ceas") |>
list.files(pattern = "*.xlsx", full.names = TRUE)
seahorse_rates <- read_data(rep_list, sheet = 2)
rates_lme_summary(
measure = "OCR",
assay = "MITO",
rates = seahorse_rates,
conf_int = 0.95,
ci_method = "Wald"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.