result_names | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.