rbind,chromVARDeviations-method {chromVAR} | R Documentation |
Concatenates chromVARDeviations results for different sets of annotations
## S4 method for signature 'chromVARDeviations' rbind(..., deparse.level = 1)
... |
chromVARDeviations object to be combined |
deparse.level |
See ?base::rbind for a description of this argument. |
chromVARDeviations object
Alicia Schep
# Load very small example results from computeDeviations data(mini_dev, package = "chromVAR") doubledev <- rbind(mini_dev, mini_dev) #concatenate two of the same tother