blastHitText | R Documentation |
Trim a blast hit description string to a particular length with it's associated hit score and accession name.
blastHitText(x, len = 30, hsp_bit_score_min = 75, noHitText = "no significant hits")
x |
blast tibble |
len |
numeric, the maximum output string length |
hsp_bit_score_min |
numeric, hits below this are flagged with noHitText |
noHitText |
the value to return for failed hits |
the tibble with an added column 'hit_tetxt'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.