makeblastdb | R Documentation |
Make blast Database (DEPRECATED)
makeblastdb(file, dbtype = "nucl", args = NULL, quiet = FALSE)
file |
(Required) A fasta file to create a database from. |
dbtype |
(Optional) Molecule type of database, accepts "nucl" for nucleotide or "prot" for protein. |
args |
(Optional) Extra arguments passed to BLAST |
quiet |
(Optional) Whether progress should be printed to console, default is FALSE |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.