set_normalized_count_table | R Documentation |
Set function for the normalized_count_table of the ScreenR object
set_normalized_count_table(object, normalized_count_table)
## S4 method for signature 'screenr_object'
set_normalized_count_table(object, normalized_count_table)
object |
The ScreenR object obtained using the
|
normalized_count_table |
A table of the normalized count table |
The ScreenR object with the set normalized_count_table
object <- get0("object", envir = asNamespace("ScreenR"))
normalized_count_table <- get_normalized_count_table(object)
normalized_count_table
set_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.