Description Usage Arguments Value Author(s) References See Also Examples
Generates a BLAST database to be queried. Required for identifying sequences using the BLAST+ software.
1 | makeBlastDb(fastaFile, dbPath, blastPath, dbType = "nucl")
|
fastaFile |
FASTA file containing sequences to generate a BLAST database from. |
dbPath |
Path to save the BLAST database to. |
blastPath |
Path/name of BLAST program to use. Name of the application for Linux/MacOS, absolute path for the executable for windows users. |
dbType |
Type of BLAST database to create, e.g. "nucl" for a nucleotide database. |
No return value; generates a blast database in the chosen directory.
Jack Gisby
For further information, see the NCBI BLAST+ application documentation and help pages (https://www.ncbi.nlm.nih.gov/pubmed/20003500?dopt=Citation).
1 2 3 4 | ## Not run:
makeBlastDb("genes.fasta", "blastdb.db", "C:/blast.exe")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.