Description Usage Arguments Value Examples
This function is a wrapper for the blast+ suite tools.
1 |
blast |
String, type of blast search to perform, e.g. "tblastn" or "blastp" |
blast_db |
String, path to blast database (you can create a database useing the makeblastdb function) |
input |
String, path to input query file (sequence to blast against the database) |
e |
Integer, evalue cutoff to apply, default = 0.01 |
format |
Integer, format type to use for results, default = 6 (tabular). Options: alignment view options: 0 = pairwise, 1 = query-anchored showing identities, 2 = query-anchored no identities, 3 = flat query-anchored, show identities, 4 = flat query-anchored, no identities, 5 = XML Blast output, 6 = tabular, 7 = tabular with comment lines, 8 = Text ASN.1, 9 = Binary ASN.1, 10 = Comma-separated values, 11 = BLAST archive format (ASN.1) |
blast_out File with blast results
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.