Description Usage Arguments Details Value
View source: R/methrix_operations.R
Combine methrix objects
1 | 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. |
Takes two methrix
objects and combines them row- or column-wise
An object of class methrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.