bowtie2inspect
Inspect Bowtie 2 index files
Syntax
Description
bowtie2inspect(
inspects Bowtie2 index files with the prefix indexBaseName
,outputFileName
)indexBaseName
,
checks the original reference sequences used to build the index, and saves the
reference sequences in an output file outputFileName
.
bowtie2inspect
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.
bowtie2inspect(___,
uses the additional options specified by inspectOptions
)inspectOptions
.
Specify the options after all other input arguments.
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
| bowtie2build
| Bowtie2AlignOptions
| Bowtie2BuildOptions
| Bowtie2InspectOptions