Combine two methylTFRdeviations objects by column.
Usage
# S4 method for class 'methylTFRdeviations,methylTFRdeviations'
cbind(x, y)Examples
# Load example data
load(system.file("extdata", "tc_mem.rda", package = "methylTFR"))
load(system.file("extdata", "tc_naive.rda", package = "methylTFR"))
# Combine the two objects
devs <- cbind(tc_mem, tc_naive)