Concatenates chromVARDeviations results for different sets of annotations
# S4 method for chromVARDeviations rbind(..., deparse.level = 1)
... | chromVARDeviations object to be combined |
---|---|
deparse.level | See ?base::rbind for a description of this argument. |
chromVARDeviations object
# 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 # }