isBootstrapped {perturbatr}R Documentation

Getter for boolean if boostrapping was used

Description

Returns a boolean if for the analysed object bootstrapping was used to create confidence intervals.

Usage

isBootstrapped(obj)

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

Arguments

obj

the object for which you want to extract the boolean

Value

returns a boolean.

Examples

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

[Package perturbatr version 1.4.0 Index]