Description Usage Arguments Value
View source: R/read_atac_insertions.R
Read BAM file Tn5 insertion positions into GRanges object
1 | read_atac_insertions(bam_file, yieldSize = 1e+06, ...)
|
bam_file |
Path to a BAM formatted file. |
yieldSize |
The number of records from the BAM file to read in each chunk. See ?BamFile. |
... |
Arguments passed to ScanBamParam. |
A GRanges object of Tn5 insertion positions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.