View source: R/bowtie_alignment.R
Bowtie2 Alignment
1 2 3 4 5 6 7 8 | bowtie2_align(
zent_obj,
outdir = getwd(),
alignment_mode = "end-to-end",
min_fragment = NA,
max_fragment = NA,
max_memory = "1G"
)
|
zent_obj |
Zent object. |
outdir |
Output directory for aligned reads. |
alignment_mode |
Either 'end-to-end' or 'local'. |
min_fragment |
Minimum fragment length (paired end). |
max_fragment |
Maximum fragment length (paired end). |
max_memory |
Maximum memory per thread for samtools. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.