Description Usage Arguments Value Examples
View source: R/calculate_OCR_subtype.R
Calculate OCR subtype
1 2 3 4 5 | calculate_OCR_subtype(
data_min = data_min,
bin_list = bin_list,
return_type = "df"
)
|
data_min |
a data frame |
bin_list |
a list |
return_type |
df" or "plot" |
mito_Base_Respiration, mito_Proton_Leak, mito_ATP_Production, mito_Max_Respiration, mito_Non_Mito_Oxygen_Consumption, mito_Spare_Respiratory_Capacity
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")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.