rbind,chromVARDeviations-method {chromVAR}R Documentation

rbind method chromVARDeviations

Description

Concatenates chromVARDeviations results for different sets of annotations

Usage

## S4 method for signature 'chromVARDeviations'
rbind(..., deparse.level = 1)

Arguments

...

chromVARDeviations object to be combined

deparse.level

See ?base::rbind for a description of this argument.

Value

chromVARDeviations object

Author(s)

Alicia Schep

See Also

chromVARDeviations-class

Examples

# Load very small example results from computeDeviations
data(mini_dev, package = "chromVAR")
doubledev <- rbind(mini_dev, mini_dev) #concatenate two of the same tother

[Package chromVAR version 1.15.0 Index]