bowtie2: Calls the Bowtie2 executable to align input reads

Description Usage Arguments Value Author(s)

View source: R/bowtie2.R

Description

Calls the Bowtie2 executable to align input reads.

Usage

1
bowtie2(reads1, reads2=NULL, indexPrefix, pathnameSAM, ..., gzAllowed=NA, verbose=FALSE)

Arguments

reads1

(required) A vector of FASTQ pathnames of reads.

reads2

(optional; paired-end only) A vector of FASTQ pathnames of mate reads.

indexPrefix

Bowtie2 reference index prefix.

pathnameSAM

Output SAM file.

...

...

gzAllowed

A logical specifying whether gzipped FASTQ files are supported or not.

verbose

See Verbose.

Value

Returns ...

Author(s)

Henrik Bengtsson


HenrikBengtsson/aroma.seq documentation built on Feb. 15, 2021, 2:21 a.m.