View source: R/bowtie_alignment.R
bowtie2_align | R Documentation |
Bowtie2 Alignment
bowtie2_align( SCAR_obj, outdir = getwd(), alignment_mode = "end-to-end", min_fragment = NA, max_fragment = NA, mapq_val = 10, max_memory = "1G" )
SCAR_obj |
SCAR 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). |
mapq_val |
Minimum MAPQ value to accept reads. Used to filter via samtools post alignment |
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.