Description Usage Arguments Value
View source: R/bam_to_insertions_bigwig.R
Write a bigwig file of Tn5 insertion depth
1 2 | bam_to_insertions_bw(bam_file, file, yieldSize = 1e+06, 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. |
yieldSize |
Number of records to yield each time the file is read from with scanBam. See ?BamFile |
scale_cpm |
Logical. Should the output be scaled to number of million mapped reads? |
... |
Arguments for ScanBamParam. |
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.