Get the result_names

result_names(fit, ...)

Arguments

fit

the fit to get the result_names from

...

additional arguments used by the concrete implementation

Value

a character vector

Examples

syn_data <- generate_synthetic_data(n_proteins = 10) fit <- proDA(syn_data$Y, design = syn_data$groups) result_names(fit)
#> [1] "Condition_1" "Condition_2"