interestingGroups: Interesting groups

interestingGroupsR Documentation

Interesting groups

Description

Interesting groups

Usage

interestingGroups(object, ...)

interestingGroups(object, ...)  <- value

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

## S4 replacement method for signature 'Annotated,'NULL''
interestingGroups(object) <- value

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

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

Arguments

object

Object.

value

Value to assign.

...

Additional arguments.

Value

character.

Note

Updated 2019-08-11.

Examples

data(RangedSummarizedExperiment, package = "AcidTest")
rse <- RangedSummarizedExperiment

## SummarizedExperiment ====
intgroup <- interestingGroups(rse)
print(intgroup)
## Assignment support.
interestingGroups(rse) <- intgroup[[1L]]
interestingGroups(rse)

acidgenomics/r-acidexperiment documentation built on Jan. 17, 2024, 7:56 p.m.