interestingGroups: Interesting groups

interestingGroupsR Documentation

Interesting groups

Description

Interesting groups

Usage

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

## S4 method for signature 'DESeqAnalysis'
interestingGroups(object)

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

## S4 replacement method for signature '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)
## Assignment support.
interestingGroups(deseq) <- intgroup
interestingGroups(deseq)

acidgenomics/DESeqAnalysis documentation built on March 27, 2024, 10:32 p.m.