Combine two methylTFRdeviations objects by row.
Examples
# Load example data
load(system.file("extdata", "tc_mem.rda", package = "methylTFR"))
# Combine the two objects with same column
devs <- rbind(tc_mem[1:2, 1:2], tc_mem[3:4, 1:2])
Combine two methylTFRdeviations objects by row.
# Load example data
load(system.file("extdata", "tc_mem.rda", package = "methylTFR"))
# Combine the two objects with same column
devs <- rbind(tc_mem[1:2, 1:2], tc_mem[3:4, 1:2])