plus-yoloHandle-yoloHandle-method: Combining together multiple rseHandle objects

Description Usage Arguments Value Examples

Description

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.

Usage

1
2
## S4 method for signature 'yoloHandle,yoloHandle'
e1 + e2

Arguments

e1

A yoloHandle object

e2

A yoloHandle object of the same type

Value

An yoloHandle object joined by the column space

Examples

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

yinscapital/yolo-caleblareau-reference documentation built on May 19, 2019, 4:06 p.m.