dataSet {perturbatr} | R Documentation |
Returns the data set that underlies an S4 wrapper class
as tibble
.
dataSet(obj) ## S4 method for signature 'AbstractAnalysedPerturbationData' dataSet(obj) ## S4 method for signature 'PerturbationData' dataSet(obj)
obj |
the object for which you want to extract the underlying data |
returns a tibble
.
data(rnaiscreen) dataSet(rnaiscreen)