convert_methrix: Converts an in-memory object to an on-disk HDF5 object.

convert_methrixR Documentation

Converts an in-memory object to an on-disk HDF5 object.

Description

Converts an in-memory object to an on-disk HDF5 object.

Usage

convert_methrix(m = NULL)

Arguments

m

An object of class methrix

Details

Takes a methrix object and returns with the same object with delayed array assay slots with HDF5 backend. Might take long time!

Value

An object of class methrix, HDF5 format

Examples

data(methrix_data)
m2 <- convert_methrix(m=methrix_data)

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