Description Usage Arguments Value See Also Examples
Get the abundance matrix
1 | abundances(object, ...)
|
object |
the object to get from |
... |
additional arguments used by the concrete implementation |
the original matrix that was fitted
accessor_methods for the implementation for a 'proDAFit' object
1 2 3 | syn_data <- generate_synthetic_data(n_proteins = 10)
fit <- proDA(syn_data$Y, design = syn_data$groups)
abundances(fit)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.