read_blast {gggenomes} | R Documentation |
Read BLAST tab-separated output
Description
Read BLAST tab-separated output
Usage
read_blast(
file,
col_names = def_names("blast"),
col_types = def_types("blast"),
comment = "#",
swap_query = FALSE,
...
)
Arguments
file |
Either a path to a file, a connection, or literal data (either a single string or a raw vector). Files ending in Literal data is most useful for examples and tests. To be recognised as
literal data, the input must be either wrapped with Using a value of |
col_names |
column names to use. Defaults to |
col_types |
column types to use. Defaults to |
comment |
character |
swap_query |
if TRUE swap query and subject columns using |
... |
additional parameters, passed to |
Value
a tibble with the BLAST output