grab_looseread_params | R Documentation |
Grab ranges and qnames of reads near loose ends + their mates (Including ranges for split reads)
grab_looseread_params(
gr = GRanges(),
bam = character(),
mask = "/dev/null",
pad = 5000,
mate_pad = 150,
verbose = FALSE
)
gr |
(GRanges) stranded GRanges representing loose ends |
bam |
(character) path to bam file |
mask |
(character) path to GRanges to excluded reads |
pad |
(numeric) pad around loose ends |
mate_pad |
(numeric) pad around mate windows |
verbose |
(logical) |
list with names:
$ranges (GRanges of windows)
$qnames (character vector of loose read qnames)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.