nestedGeneEffects {perturbatr} | R Documentation |
Returns a tibble
containing the list of nested genes
effects, i.e. a table of nested cluster effects.
nestedGeneEffects(obj) ## S4 method for signature 'HMAnalysedPerturbationData' nestedGeneEffects(obj)
obj |
the object for which you want to extract the underlying effects |
returns a tibble
.
data(rnaiscreen) ft <- hm(rnaiscreen) nestedGeneEffects(ft)