Description Usage Arguments Value Examples
Divides the INSPEcT object into the groups defined by 'f',
1 2 |
x |
An object of class INSPEcT |
f |
A vector of length equal to the number of genes in x which defines the groups |
drop |
A logical belonging to the generic funciton, useless in this context. |
... |
Additional arguments to match the generic function |
A list containing objects of class INSPEcT
1 2 3 | nascentInspObj10 <- readRDS(system.file(package='INSPEcT', 'nascentInspObj10.rds'))
splitIdx <- c(1,1,1,2,2,2,3,3,3,4)
nascentInspObj10Split <- split(nascentInspObj10, splitIdx)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.