Description Usage Arguments Value Examples
Get the result_names
1 | result_names(fit, ...)
|
fit |
the fit to get the result_names from |
... |
additional arguments used by the concrete implementation |
a character vector
1 2 3 | 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.