set_annotation_table | R Documentation |
Set function for the annotation table of the ScreenR object
set_annotation_table(object, annotation_table)
## S4 method for signature 'screenr_object'
set_annotation_table(object, annotation_table)
object |
The ScreenR object obtained using the
|
annotation_table |
a table containing the annotation for each shRNA |
The ScreenR object with the annotation table
object <- get0("object", envir = asNamespace("ScreenR"))
annotation <- get_annotation_table(object)
set_annotation_table(object, annotation)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.