Combine methylTFRdeviations objects by row.
Usage
# S4 method for class 'methylTFRdeviations'
rbind(..., deparse.level = 1)Details
See cbind for why this is defined explicitly
rather than inherited.
Examples
load(system.file("extdata", "tc_mem.rda", package = "methylTFR"))
devs <- rbind(tc_mem[seq_len(2), ], tc_mem[3:4, ])