guess_fitsep | R Documentation |
guess fitsep
guess_fitsep(object, ...)
## S3 method for class 'data.table'
guess_fitsep(object, ...)
## S3 method for class 'SummarizedExperiment'
guess_fitsep(object, ...)
object |
data.table or SummarizedExperiment |
... |
S3 dispatch |
string
file <- system.file('extdata/fukuda20.proteingroups.txt', package = 'autonomics')
object <- read_maxquant_proteingroups(file)
object %<>% fit_limma()
guess_fitsep(object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.