Concatenates chromVARDeviations results for different sets of annotations

# S4 method for 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

See also

chromVARDeviations-class

Examples

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