sgRNAData,PoolScreenExp-method {gscreend}R Documentation

Accessor function for the sgRNA slot of the PoolScreenExp class

Description

Accessor function for the sgRNA slot of the PoolScreenExp class

Usage

## S4 method for signature 'PoolScreenExp'
sgRNAData(x)

Arguments

x

PoolScreenExp object

Value

sgRNA slot of the object

Examples

# import a PoolScreenExp object that has been generated using
# RunGscreend()
pse_an <- readRDS(
system.file('extdata', 'gscreend_analysed_experiment.RData',
package = 'gscreend'))

sgRNAData(pse_an)


[Package gscreend version 1.0.0 Index]