Combine methrix objects

combine_methrix(m1, m2, by = c("row", "col"))

Arguments

m1

Frist methrix object

m2

Second methrix object

by

The direction of combine. 'column' (cbind) combines samples with same regions, 'row' combines different regions, e.g. different chromosomes.

Value

An object of class methrix

Details

Takes two methrix objects and combines them row- or column-wise