analysis | R Documentation |
Get/set analysis
analysis(object)
## S4 method for signature 'SummarizedExperiment'
analysis(object)
analysis(object) <- value
## S4 replacement method for signature 'SummarizedExperiment,list'
analysis(object) <- value
object |
SummarizedExperiment |
value |
list |
analysis details (get) or updated object (set)
file <- system.file('extdata/billing19.proteingroups.txt', package = 'autonomics')
object <- read_maxquant_proteingroups(file)
analysis(object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.