Contain options to create Bowtie 2 index files from reference sequences
A Bowtie2BuildOptions
object contains options to run the
bowtie2build
function that builds Bowtie 2 index files from
reference sequences.
creates a buildOptions
= Bowtie2BuildOptionsBowtie2BuildOptions
object with default property
values.
Bowtie2BuildOptions
requires the Bioinformatics Toolbox™ Interface for Bowtie Aligner. If this support package is not installed, then the function provides a download
link. For details, see Bioinformatics Toolbox Software Support Packages.
Note
Bowtie2BuildOptions
is supported on Mac and UNIX® platforms only.
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.
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 |
[1] Langmead, B., and S. Salzberg. "Fast gapped-read alignment with Bowtie 2." Nature Methods. 9, 2012, 357–359.
bowtie2
| Bowtie2AlignOptions
| bowtie2build
| bowtie2inspect
| Bowtie2InspectOptions