inference {perturbatr}R Documentation

Getter for inference used for analysis of perturbation data

Description

Returns the inference used in the analysis of a perturbation analysis. This can for instance be a standard t-test or a hierarchical model.

Usage

inference(obj)

## S4 method for signature 'AbstractAnalysedPerturbationData'
inference(obj)

Arguments

obj

the object for which you want to extract the underlying inference

Value

returns a character.

Examples

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

[Package perturbatr version 1.10.0 Index]