Bowtie2InspectOptions
Contain options to inspect Bowtie 2 index files
Description
A Bowtie2InspectOptions
object contains options to run the
bowtie2inspect
function that inspects Bowtie 2 index
files.
Creation
Syntax
Description
creates a inspectOptions
= Bowtie2InspectOptionsBowtie2InspectOptions
object with default property
values.
Bowtie2InspectOptions
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.
sets properties using one or more name-value pairs. Enclose each property
name in quotes. For instance, inspectOptions
= Bowtie2InspectOptions(Name,Value)inspectOptions =
Bowtie2InspectOptions('Summary',true)
specifies to return a
summary of the index content instead of reference sequences.
Input Arguments
Properties
Object Functions
getBowtie2Command | Translate object properties to Bowtie 2 options |
getBowtie2Table | Retrieve table with object properties and equivalent Bowtie 2 options |
run | Inspect Bowtie 2 index files |
Examples
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
| bowtie2inspect
| Bowtie2AlignOptions
| Bowtie2BuildOptions