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