Description Usage Arguments Value
View source: R/read_atac_frags.R
Read BAM file aligned fragments into GRanges object
1 | read_atac_frags(bam_file, max_insert = 2000, yieldSize = 1e+06, ...)
|
bam_file |
Path to a BAM formatted file. |
max_insert |
Maximum insert size allowed. Default is reccomended. |
yieldSize |
The number of reads retreived from the BAM file in each chunk. See ?BamFile in Rsamtools. |
... |
Arguments passed to ScanBamParam. |
A GRanges object of aligned fragments
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.