subsetRowLinks {ExperimentSubset}R Documentation

Accessor method for rowLinks from subsets in ExperimentSubset objects

Description

Get rowLinks from a subset.

Usage

subsetRowLinks(x, subsetName, parentRowLinkData)

## S4 method for signature 'SubsetTreeSummarizedExperiment,character'
subsetRowLinks(x, subsetName, parentRowLinkData)

Arguments

x

ExperimentSubset Input ExperimentSubset object.

subsetName

character(1) Name of the subset to get rowLinks from.

parentRowLinkData

logical(1) Logical value indicating if parent rowLinks should be combined or not. Default FALSE.

Value

The rowLinks from input object.


[Package ExperimentSubset version 1.4.0 Index]