grab_loosereads | R Documentation |
get the reads + mates associated with loose ends
grab_loosereads(
bam = NA_character_,
ranges = GRanges(),
qnames = character(),
outdir = "./",
overwrite = TRUE,
verbose = TRUE
)
bam |
(character) path to BAM file |
ranges |
(GRanges) |
qnames |
(character) |
outdir |
(character) path to dump results |
overwrite |
(logical) overwrite existing files? default TRUE |
verbose |
(logical) default FALSE |
path to indexed BAM file with all required reads
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.