read_m8 | R Documentation |
This function loads BLAST results saved in a tabular output format 6 ('-outfmt 6'; 12 columns).
read_m8(x, blast_colz = NULL, package = "data.table")
x |
Input file name |
blast_colz |
Vector with column names (optional) |
package |
Package to use for data preparation (default, "data.table") |
data.table / data.frame / tibble (depending on the 'package' parameter)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.