bowtie_aln | R Documentation |
Perform unpaired (single end) realignment of reads to either a supplied sequence or reference FASTA
bowtie_aln(
reads,
ref.seq = NULL,
ref.dir = NULL,
ref.basename = NULL,
outdir = "./",
verbose = FALSE
)
reads |
(data.table with columns qname, seq) |
ref.seq |
(data.table with columns qname, seq) |
ref.dir |
(character) path to directory with reference fastas |
ref.basename |
(character) basename of reference fasta |
outdir |
(character) path to temporary output directory |
verbose |
(logical) default FALSE |
GRanges with alignment
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.