combine_methrix: Combine methrix objects

View source: R/methrix_operations.R

combine_methrixR Documentation

Combine methrix objects

Description

Combine methrix objects

Usage

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


CompEpigen/methrix documentation built on Sept. 23, 2023, 7:14 p.m.