export_bigwigs: Exports scMethrix object as bigWigs

Description Usage Arguments Examples

View source: R/scMethrix_export.R

Description

Exports scMethrix object as bigWigs

Usage

1
export_bigwigs(scm, assay = "score", path = tempdir(), samp_names = NULL)

Arguments

scm

scMethrix object

assay

string; the assay to export. Default is "score"

path

string; Output directory name where the files should be saved. Default tempdir()

samp_names

string; List of sample names to export

Examples

1
2
3
4
5
## Not run: 
data('scMethrix_data')
export_bigwigs(scm = scMethrix_data, assay = "score", output_dir = tempdir())

## End(Not run)

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