inference {perturbatr} | R Documentation |
Returns the inference used in the analysis of a perturbation analysis. This can for instance be a standard t-test or a hierarchical model.
inference(obj) ## S4 method for signature 'AbstractAnalysedPerturbationData' inference(obj)
obj |
the object for which you want to extract the underlying inference |
returns a character
.
data(rnaiscreen) ft <- hm(rnaiscreen) inference(ft)