convert_HDF5_scMethrix: Converts HDF5 'scMethrix' object to an in-memory 'scMethrix'...

Description Usage Arguments Details Value Examples

View source: R/scmethrix_operations.R

Description

Converts HDF5 scMethrix object to an in-memory scMethrix object.

Usage

1
convert_HDF5_scMethrix(scm = NULL, verbose = TRUE)

Arguments

scm

scMethrix; the single cell methylation experiment

verbose

boolean; Flag for outputting function status messages. Default = TRUE

Details

Takes an HDF%-based scMethrix object and returns with the same object with in-memory assay slots.

Value

An object of class scMethrix

Examples

1
2
3
4
data('scMethrix_data')
dir <- paste0(tempdir(),"/h5")
scm <- convert_scMethrix(scMethrix_data)
convert_HDF5_scMethrix(scm)

CompEpigen/scMethrix documentation built on Nov. 6, 2021, 3:09 p.m.