GeneData,PoolScreenExp-method {gscreend} | R Documentation |
Accessor function for the Gene slot of the PoolScreenExp class
## S4 method for signature 'PoolScreenExp' GeneData(x)
x |
PoolScreenExp object |
Gene slot of the object
# import a PoolScreenExp object that has been generated using # RunGscreend() pse_an <- readRDS( system.file('extdata', 'gscreend_analysed_experiment.RData', package = 'gscreend')) GeneData(pse_an)