Bowtie2BuildOptions
Contain options to create Bowtie 2 index files from reference sequences
Description
A Bowtie2BuildOptions
object contains options to run the
bowtie2build
function that builds Bowtie 2 index files from
reference sequences.
Creation
Syntax
Description
creates a buildOptions
= Bowtie2BuildOptionsBowtie2BuildOptions
object with default property
values.
Bowtie2BuildOptions
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 example, buildOptions
= Bowtie2BuildOptions(Name,Value)buildOptions =
Bowtie2BuildOptions('ForceLargeIndex',true)
specifies to force the
creation of a large index even if the reference is less than 4 billion
nucleotides long.
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 | Build 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
| bowtie2inspect
| bowtie2build
| Bowtie2AlignOptions
| Bowtie2InspectOptions