Description Usage Arguments Value Examples
Returns a boolean if for the analysed object bootstrapping was used to create confidence intervals.
1 2 3 4 | isBootstrapped(obj)
## S4 method for signature 'AbstractAnalysedPerturbationData'
isBootstrapped(obj)
|
obj |
the object for which you want to extract the boolean |
returns a boolean
.
1 2 3 | data(rnaiscreen)
ft <- hm(rnaiscreen)
isBootstrapped(ft)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.