Skip to contents

Interesting groups

Usage

interestingGroups(object, ...)
interestingGroups(object, ...)  <- value

# S4 method for DESeqAnalysis
interestingGroups(object)

# S4 method for DESeqAnalysis,character
interestingGroups(object) <- value

# S4 method for DESeqAnalysis,`NULL`
interestingGroups(object) <- value

Arguments

object

Object.

value

Value to assign.

...

Additional arguments.

Value

character.

Note

Updated 2021-03-15.

Examples

data(deseq)

## DESeqAnalysis ====
intgroup <- interestingGroups(deseq)
print(intgroup)
#> NULL
## Assignment support.
interestingGroups(deseq) <- intgroup
interestingGroups(deseq)
#> NULL