run
Map sequence reads to reference sequence using Bowtie 2
Description
run(
maps the sequencing reads from object
,indexBaseName
,reads1
,reads2
,outputFileName
)reads1
and
reads2
against the reference sequence and writes the
results to the output file outputFileName
. The input
indexBaseName
represents the base name (prefix) of the
reference index files. object
is a
Bowtie2AlignOptions
object.
run
requires the Bowtie 2 Support Package for Bioinformatics Toolbox™. If this support package is not installed, then the function provides a download
link. For details, see Bioinformatics Toolbox Software Support Packages.
run(___,'IncludeAll',
specifies whether to use all object properties and their corresponding values when
running TF
)bowtie2
. Specify this option after all other input
arguments. By default, only the modified properties are used to run
bowtie2
.
Examples
Input Arguments
Output Arguments
References
[1] Langmead, B., and S. Salzberg. "Fast gapped-read alignment with Bowtie 2." Nature Methods. 9, 2012, 357–359.
Version History
Introduced in R2018a
See Also
bowtie2
| bowtie2inspect
| bowtie2build
| Bowtie2AlignOptions
| Bowtie2BuildOptions
| Bowtie2InspectOptions