blastplusdatabase
Syntax
Description
blastplusdatabase(
creates a local BLAST+ database [1][2] of type
databaseType
,inputFile
,outputDatabase
)databaseType
from the input sequences in
inputFile
. The created BLAST+ database has the base name
outputDatabase
. The function also generates multiple index files with
the same base name, which are used automatically when you perform a search on this local
database.
blastplusdatabase
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.
blastplusdatabase(
uses additional options specified by databaseType
,inputFile
,outputDatabase
,databaseOpts
)databaseOpts
.
blastplusdatabase(
specifies additional options using one or more name-value arguments. For example, use the
databaseType
,inputFile
,outputDatabase
,Name=Value
)InputType
name-value argument to specify the input file type.
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