Description Usage Arguments Value
Function to parse xml output of ncbi blast of V3kl V6r regions returns query cover, evalue, percent identity, matched organism(s), accession number, query sequence returns hits in percent identity-coverage groups, starting from the group with the highest scores in both those measures, and in decreasing order
1 2 | parse_blast(filename = NULL, ngroups = 1, tophit = FALSE,
output = "blast_result.csv")
|
filename |
name of xml file containing blast search results for V3klV6r sanger sequencing (exported from ncbi blast); full path to file should be included |
ngroups |
default 1; the number of identity-coverage groups to be returned |
tophit |
default FALSE; if TRUE, only returns the top hit for each query |
output |
default 'blast_result.csv'; name of output file; will be in csv format; will be saved in same location as input file. |
csv file with blast results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.