run
Inspect Bowtie 2 index files
Description
run(
inspects Bowtie 2 index files with the prefix object
,indexBaseName
,outputFileName
)indexBaseName
,
checks the original reference sequences used to build the index, and saves the
reference sequences in the output file outputFileName
. The
argument object
is a Bowtie2InspectOptions
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
you run TF
)bowtie2inspect
. Specify this option after all other
input arguments. By default, only the modified properties are used to run
bowtie2inspect
.
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