params {perturbatr}R Documentation

Getter for parameters used for analysis of perturbation data

Description

Returns the parameters used in the analysis of a perturbation analysis. Parameters are for instance the significance level, the effect size or restart probability of a random walk.

Usage

params(obj)

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

Arguments

obj

the object for which you want to extract the underlying params

Value

returns a list.

Examples

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

[Package perturbatr version 1.4.0 Index]