View source: R/write_bigwigs.R
write_bigwigs | R Documentation |
Exports methrix object as bigWigs
write_bigwigs(m, output_dir = getwd(), samp_names = NULL)
m |
|
output_dir |
Output directory name where the files should be saved. Default getwd() |
samp_names |
sample names to export |
data('methrix_data')
write_bigwigs(m = methrix_data, output_dir = './temp')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.