BWAIndexOptions
Description
Creation
Syntax
Description
creates a
bwaindexOpt
= BWAIndexOptionsBWAIndexOptions
object with the default property values.
BWAIndexOptions
requires the BWA Support Package for Bioinformatics Toolbox™. If the support package is not installed, then the function provides a download
link. For details, see Bioinformatics Toolbox Software Support Packages.
sets the object properties using
one or more name-value pair arguments. Enclose each property name in quotes. For example,
bwaindexOpt
= BWAIndexOptions(Name,Value)bwaindexOpt = BWAIndexOptions('Prefix','dmel_chr4')
specifies the
prefix for the index files.
specifies optional parameters using a string or character vector
bwaindexOpt
= BWAIndexOptions(S
)S
.
Input Arguments
Properties
Object Functions
getCommand | Translate object properties to original options syntax |
getOptionsTable | Return table with all properties and equivalent options in original syntax |
Examples
References
[1] Li, Heng, and Richard Durbin. “Fast and Accurate Short Read Alignment with Burrows-Wheeler Transform.” Bioinformatics 25, no. 14 (July 15, 2009): 1754–60. https://doi.org/10.1093/bioinformatics/btp324.
[2] Li, Heng, and Richard Durbin. “Fast and Accurate Long-Read Alignment with Burrows–Wheeler Transform.” Bioinformatics 26, no. 5 (March 1, 2010): 589–95. https://doi.org/10.1093/bioinformatics/btp698.
Version History
Introduced in R2020b