View source: R/write_functions.R
Write bigwig file of nucleosome depth
1 | write_nuc_bw(gr, file, scale_cpm = FALSE, nuc_span_size = c(180, 247))
|
gr |
A GRanges object containing nucleosome positions. |
file |
Path for output bigwig file. Extension should be .bw or .bigwig. |
scale_cpm |
Logical. Should the output be scaled to number of nucleosome spanning reads. |
nuc_span_size |
Numeric of length 2 specifying the insert size of nucleosome spanning fragnemts. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.