blastplus
Syntax
Description
blastplus(
searches a local BLAST+ [1][2] database
queryProgram
,queryFile
,inputDatabase
,reportFilename
)inputDatabase
using the specified program
queryProgram
and query sequence file queryFile
and saves the results in reportFilename
.
blastplus
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.
blastplus(
uses additional options specified by queryProgram
,queryFile
,inputDatabase
,reportFilename
,queryOptions
)queryOptions
, a query options
object.
blastplus(
specifies additional options using one or more name-value arguments. queryProgram
,queryFile
,inputDatabase
,reportFilename
,Name=Value
)Name
is the property name and Value
is the property value of
queryOptions
, a query options object. For example, set
ExpectValue=0.01
to use the expect value of 0.01.
Examples
Input Arguments
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