combine_methrix.Rd
Combine methrix objects
combine_methrix(m1, m2, by = c("row", "col"))
m1 | Frist |
---|---|
m2 | Second |
by | The direction of combine. 'column' (cbind) combines samples with same regions, 'row' combines different regions, e.g. different chromosomes. |
An object of class methrix
Takes two methrix
objects and combines them row- or column-wise