analysis: Get/set analysis

analysisR Documentation

Get/set analysis

Description

Get/set analysis

Usage

analysis(object)

## S4 method for signature 'SummarizedExperiment'
analysis(object)

analysis(object) <- value

## S4 replacement method for signature 'SummarizedExperiment,list'
analysis(object) <- value

Arguments

object

SummarizedExperiment

value

list

Value

analysis details (get) or updated object (set)

Examples

file <- system.file('extdata/billing19.proteingroups.txt', package = 'autonomics')
object <- read_maxquant_proteingroups(file)
analysis(object)

bhagwataditya/autonomics documentation built on May 18, 2024, 11:48 a.m.