bowtie2_align: Bowtie2 Alignment

Description Usage Arguments

View source: R/bowtie_alignment.R

Description

Bowtie2 Alignment

Usage

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"
)

Arguments

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.


Bankso/ZentTools_too documentation built on Jan. 18, 2021, 5:36 p.m.