get_annotation_table: Get ScreenR annotation table

get_annotation_tableR Documentation

Get ScreenR annotation table

Description

Get function for the annotation table of the ScreenR object

Usage

get_annotation_table(object)

## S4 method for signature 'screenr_object'
get_annotation_table(object)

Arguments

object

The ScreenR object obtained using the create_screenr_object

Value

The annotation table of the ScreenR object

Examples

object <- get0("object", envir = asNamespace("ScreenR"))
annotation_table <- get_annotation_table(object)
head(annotation_table)

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