Description Usage Arguments Value
View source: R/bam_to_centres_bigwig.R
Write a bigwig file of Tn5 insertion depth
1 2 | bam_to_centres_bw(bam_file, file, max_insert = 2000, nuc_range = c(189,
247), scale_cpm = FALSE, ...)
|
bam_file |
Path to an ATAC-seq paired-end BAM file. |
file |
Path for output bigwig file. Extension should be .bw or .bigwig. |
max_insert |
The Maximum insert size for read fragments. |
nuc_range |
The nucleosome spaning fragment size range. |
scale_cpm |
Logical. Should the output be scaled to number of million mapped reads? |
... |
Arguments for readGAlignmentPairs. |
No object is returned. A file is written.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.