sgRNAData,PoolScreenExp-method | R Documentation |
Accessor function for the sgRNA slot of the PoolScreenExp class
## S4 method for signature 'PoolScreenExp'
sgRNAData(x)
x |
PoolScreenExp object |
sgRNA 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'))
sgRNAData(pse_an)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.