set_annotation_table: Set ScreenR annotation table

set_annotation_tableR Documentation

Set ScreenR annotation table

Description

Set function for the annotation table of the ScreenR object

Usage

set_annotation_table(object, annotation_table)

## S4 method for signature 'screenr_object'
set_annotation_table(object, annotation_table)

Arguments

object

The ScreenR object obtained using the create_screenr_object

annotation_table

a table containing the annotation for each shRNA

Value

The ScreenR object with the annotation table

Examples

object <- get0("object", envir = asNamespace("ScreenR"))
annotation <- get_annotation_table(object)
set_annotation_table(object, annotation)

EmanuelSoda/ScreenR documentation built on Sept. 29, 2023, 12:33 a.m.