write_bigwigs {methrix}R 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')

[Package methrix version 1.8.0 Index]