isBootstrapped {perturbatr} | R Documentation |
Returns a boolean if for the analysed object bootstrapping was used to create confidence intervals.
isBootstrapped(obj) ## S4 method for signature 'AbstractAnalysedPerturbationData' isBootstrapped(obj)
obj |
the object for which you want to extract the boolean |
returns a boolean
.
data(rnaiscreen) ft <- hm(rnaiscreen) isBootstrapped(ft)