combine_methrix: Combine methrix objects

Description Usage Arguments Details Value

View source: R/methrix_operations.R

Description

Combine methrix objects

Usage

1
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.

Details

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

Value

An object of class methrix


methrix documentation built on Feb. 13, 2021, 2 a.m.