write_bigwigs: Exports methrix object as bigWigs

Description Usage Arguments Examples

View source: R/write_bigwigs.R

Description

Exports methrix object as bigWigs

Usage

1
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

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

methrix documentation built on Feb. 13, 2021, 2 a.m.