bowtie2
Map sequence reads to reference sequence
Syntax
Description
bowtie2(
maps the sequencing reads from 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.
bowtie2
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.
bowtie2(___,
uses the additional options specified by alignOptions
)alignOptions
. Specify
these options after all other input arguments.
Examples
Input Arguments
Output Arguments
References
[1] Langmead, Ben, and Steven L Salzberg. “Fast Gapped-Read Alignment with Bowtie 2.” Nature Methods 9, no. 4 (April 2012): 357–59. https://doi.org/10.1038/nmeth.1923.
Version History
Introduced in R2018a