realign_loosereads | R Documentation |
Realign reads to selected reference
realign_loosereads(
bam,
ref = system.file("extdata", "hg19_looseends", "human_g1k_v37_decoy.fasta", package =
"loosends"),
bowtie = FALSE,
bowtie.dir = system.file("extdata", "hg19_loosends", package = "loosends"),
outdir = "./",
overwrite = FALSE,
verbose = FALSE
)
bam |
(character) path to bam file |
ref |
(character) path to BWA indexed reference. If running bowtie then this should be basename of the indexed reference file |
bowtie |
(logical) use Bowtie2 aligner? default FALSE |
bowtie.dir |
(logical) directory containing bowtie files |
outdir |
(character) output directory to dump results |
overwrite |
(logical) overwrite existing analysis |
verbose |
(logical) |
path to output bam file with realigned reads
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.