Exports methrix object as bigWigs

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')
#> Error in write_bigwigs(m = methrix_data, output_dir = "./temp"): could not find function "write_bigwigs"