set_count_table | R Documentation |
Set function for the count table of the ScreenR object
set_count_table(object, count_table)
## S4 method for signature 'screenr_object'
set_count_table(object, count_table)
object |
The ScreenR object obtained using the
|
count_table |
A count table containing in each row an shRNA and in each column a sample |
The ScreenR object with the count table
object <- get0("object", envir = asNamespace("ScreenR"))
counts <- get_count_table(object)
set_count_table(object, counts)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.