bioinfo.pipeline.block.BLASTX
Description
A BLASTX
block enables you to search a local BLAST+ database
using the blastx
query program [1][2], which translates a nucleotide query
and searches it against a protein database.
bioinfo.pipeline.block.BLASTX
requires the BLAST+ 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.
Creation
Syntax
Description
creates a
b
= bioinfo.pipeline.block.BLASTXBLASTX
block.
uses additional options specified by b
= bioinfo.pipeline.block.BLASTX(options
)options
.
specifies additional options using one or more name-value arguments. For example, set
b
= bioinfo.pipeline.block.BLASTX(Name=Value
)ExpectValue=0.01
to use the expect value of 0.01. The name-value
arguments set the property names and values of a bioinfo.blastplus.BLASTXOptions
object. These property values are assigned to
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] Camacho, Christiam, George Coulouris, Vahram Avagyan, Ning Ma, Jason Papadopoulos, Kevin Bealer, and Thomas L Madden. “BLAST+: Architecture and Applications.” BMC Bioinformatics 10, no. 1 (December 2009): 421.
[2] “BLAST: Basic Local Alignment Search Tool.” https://blast.ncbi.nlm.nih.gov/Blast.cgi.
Version History
Introduced in R2024a