loosereads_wrapper | R Documentation |
wrapper for obtaining reads + mates around loose ends and realigning
loosereads_wrapper(
ranges = GRanges(),
tbam = "/dev/null",
nbam = "/dev/null",
ref = "/dev/null",
bowtie = FALSE,
bowtie.ref = "/dev/null",
bowtie.dir = "/dev/null",
id = "",
outdir = "./",
pad = 5000,
mask = "/dev/null",
cleanup = TRUE,
verbose = FALSE
)
ranges |
(GRanges) loose end GRanges |
tbam |
(character) path to normal bam |
nbam |
(character) optional, path to normal bam |
ref |
(character) path to reference .fasta |
bowtie |
(logical) use bowtie for realignment? |
bowtie.ref |
(character) basename of bowtie references |
bowtie.dir |
(character) dirname of bowtie |
id |
(character) sample name |
outdir |
(character) |
pad |
(numeric) |
mask |
(character) path to GRanges mask |
cleanup |
(logical) remove temporary files? default TRUE |
verbose |
(logical) |
data.table of reads + mates
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.