bioinfo.pipeline.block.BLASTN
Description
A BLASTN
block enables you to search a local BLAST+ database
using the blastn
query program [1][2], which searches a nucleotide query
against a nucleotide database.
bioinfo.pipeline.block.BLASTN
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.BLASTNBLASTN
block.
uses additional options specified by b
= bioinfo.pipeline.block.BLASTN(options
)options
.
specifies additional options using one or more name-value arguments. The name-value
arguments set the property names and values of a b
= bioinfo.pipeline.block.BLASTN(Name=Value
)bioinfo.blastplus.BLASTNOptions
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