sgRNAData-PoolScreenExp-method: Accessor function for the sgRNA slot of the PoolScreenExp...

Description Usage Arguments Value Examples

Description

Accessor function for the sgRNA slot of the PoolScreenExp class

Usage

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

Arguments

x

PoolScreenExp object

Value

sgRNA slot of the object

Examples

1
2
3
4
5
6
7
# 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)

gscreend documentation built on Nov. 8, 2020, 7:18 p.m.