write_bigwigs: Exports methrix object as bigWigs

View source: R/write_bigwigs.R

write_bigwigsR Documentation

Exports methrix object as bigWigs

Description

Exports methrix object as bigWigs

Usage

write_bigwigs(m, output_dir = getwd(), samp_names = NULL)

Arguments

m

methrix object

output_dir

Output directory name where the files should be saved. Default getwd()

samp_names

sample names to export

Examples

data('methrix_data')
write_bigwigs(m = methrix_data, output_dir = './temp')

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