Give the path to a BLAST Hits file (table/ipc/parquet) to load it into a tibble (BLAST HITs Table).

LoadBLASTHits(infile, sep = "\t", header = F, format = "parquet")

Arguments

infile

BLAST hits filename (not a connection) (Gzipped files supported)

sep

Delimiter of the BLAST File columns. (Only applies when format == 'table'). Default - '\t'

header

Does the file have a header? (Only applies when format == 'table'). Default - FALSE

format

Input Format (Required) - 'table' (CSV/TSV)/'ipc' (arrow::ipc)/'parquet' (arrow::parquet) - Default : 'parquet'

Value

Data Frame with BLAST Results