fits | R Documentation |
Get fit models
fits(object, ...)
## S3 method for class 'data.table'
fits(object, ...)
## S3 method for class 'SummarizedExperiment'
fits(object, ...)
object |
SummarizedExperiment or data.table |
... |
S3 dispatch |
character vector
file <- system.file('extdata/atkin.metabolon.xlsx', package = 'autonomics')
object <- read_metabolon(file, fit = 'limma')
fits(object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.