set_replicates | R Documentation |
Set function for the replicates of the ScreenR object
set_replicates(object, replicates)
## S4 method for signature 'screenr_object'
set_replicates(object, replicates)
object |
The ScreenR object obtained using the
|
replicates |
The vector containing the replicates name |
The ScreenR object with the specific replicates
object <- get0("object", envir = asNamespace("ScreenR"))
replicates <- get_replicates(object)
set_replicates(object, replicates)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.