Description Usage Arguments Details Value Examples
This method combines the information coming from different Objects of INSPEcT class. Requirements for two or more object to be combined together are:
they must be either modeled or either not modeled
they must have the same time points
they must have the same modeling parameters
1 2 |
x |
An object of class INSPEcT |
y |
An object of class INSPEcT |
... |
Additional objects of class INSPEcT |
In case the same gene is contained in more than one object that the user tries to combine, the information from one object will be used and a warning will be reported
An Object of class INSPEcT
1 2 3 4 | nascentInspObj10 <- readRDS(system.file(package='INSPEcT', 'nascentInspObj10.rds'))
nascentInspObj10_2genes <- nascentInspObj10[1:2]
nascentInspObj10_5genes <- nascentInspObj10[6:10]
nascentInspObj10_7genes <- combine(nascentInspObj10_2genes, nascentInspObj10_5genes)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.