Description Usage Arguments Value Examples
View source: R/get5primeCuts.R
get the 5' cut sites from a GAlignmentPairs (usually of an ATAC BAM)
1 | get5primeCuts(galp, maxSize = 1000, shrink = TRUE, shrinkBy = NULL, ...)
|
galp |
a GAlignmentPairs object |
maxSize |
maximum insert size (for fragmentLengths(galp)) |
shrink |
move the reads around like in the original paper? (TRUE) |
shrinkBy |
shrink by how much? (realistically this is pointless...) |
the 5' ends, from getEnds()
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.