result_names {proDA} | R Documentation |
Get the result_names
result_names(fit, ...)
fit |
the fit to get the result_names from |
... |
additional arguments used by the concrete implementation |
a character vector
syn_data <- generate_synthetic_data(n_proteins = 10) fit <- proDA(syn_data$Y, design = syn_data$groups) result_names(fit)