bioinfo.pipeline.block.BwaMEM
Bioinformatics pipeline block to map sequence reads to reference genome
Since R2023a
Description
A BwaMEM
block enables you to map sequencing reads to a reference
genome.
The block requires the BWA Support Package for Bioinformatics Toolbox™. If the support package is not installed, then a download link is provided. For details, see Bioinformatics Toolbox Software Support Packages.
Creation
Syntax
Description
creates a
b
= bioinfo.pipeline.block.BwaMEMBwaMEM
block.
also specifies additional b
= bioinfo.pipeline.block.BwaMEM(options
)options
.
also specifies the output file name.b
= bioinfo.pipeline.block.BwaMEM(OutFilename=fileName
)
specifies additional options as the property names and values of a b
= bioinfo.pipeline.block.BwaMEM(Name=Value
)BWAMEMOptions
object. This object is set as the value of the Options
property of
the block.
Input Arguments
Properties
Object Functions
compile | Perform block-specific additional checks and validations |
copy | Copy array of handle objects |
emptyInputs | Create input structure for use with run method |
eval | Evaluate block object |
run | Run block object |
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 R2023a