Description Usage Arguments Value Examples
To add multiple se/rseHandles
together, two rather stringent conditions
must be met. First, the rowData/rowRanges
slots must be identical.
Moreover, the column names of the colData
slot must also
be identical. The samples can then be merged into one object,
where e2's samples will be added to the end. The only time that
order of operations for addition matters is that the meta data of
the first element being added (e1) will be retained if different
from the meta data in e2.
1 2 | ## S4 method for signature 'yoloHandle,yoloHandle'
e1 + e2
|
e1 |
A |
e2 |
A |
An yoloHandle object joined by the column space
1 2 3 | dat1 <- readRDS(system.file("rds", "dat1_ssh.rds", package = "yolo"))
dat3 <- readRDS(system.file("rds", "dat3_ssh.rds", package = "yolo"))
dat4 <- dat1 + dat3
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.