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