nestedGeneEffects {perturbatr}R Documentation

Getter for the completed list of nested gene effects

Description

Returns a tibble containing the list of nested genes effects, i.e. a table of nested cluster effects.

Usage

nestedGeneEffects(obj)

## S4 method for signature 'HMAnalysedPerturbationData'
nestedGeneEffects(obj)

Arguments

obj

the object for which you want to extract the underlying effects

Value

returns a tibble.

Examples

 data(rnaiscreen)
 ft <- hm(rnaiscreen)
 nestedGeneEffects(ft)

[Package perturbatr version 1.6.0 Index]