calculate_OCR_subtype: Calculate OCR subtype

Description Usage Arguments Value Examples

View source: R/calculate_OCR_subtype.R

Description

Calculate OCR subtype

Usage

1
2
3
4
5
calculate_OCR_subtype(
  data_min = data_min,
  bin_list = bin_list,
  return_type = "df"
)

Arguments

data_min

a data frame

bin_list

a list

return_type

df" or "plot"

Value

mito_Base_Respiration, mito_Proton_Leak, mito_ATP_Production, mito_Max_Respiration, mito_Non_Mito_Oxygen_Consumption, mito_Spare_Respiratory_Capacity

Examples

1
2
calculate_OCR_subtype <- function(data_min=data_min, bin_list=bin_list, return_type="df")
calculate_OCR_subtype <- function(data_min=data_min, bin_list=bin_list, return_type="plot")

whzemuch/rSeahorse documentation built on Jan. 12, 2022, 3:31 a.m.