dataSet {perturbatr}R Documentation

Getter for a data set

Description

Returns the data set that underlies an S4 wrapper class as tibble.

Usage

dataSet(obj)

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

## S4 method for signature 'PerturbationData'
dataSet(obj)

Arguments

obj

the object for which you want to extract the underlying data

Value

returns a tibble.

Examples

 data(rnaiscreen)
 dataSet(rnaiscreen)

[Package perturbatr version 1.6.0 Index]