read_blast {Plasmidprofiler} | R Documentation |
Blast file import function
Description
This function imports the 25 column blast file and adds column headers
Usage
read_blast(br.file)
Arguments
br.file |
System location of the blast file, no default. |
Value
Dataframe of blast data with correct column headers.
Examples
## Not run:
read_blast("/data/blast_results.tsv")
## End(Not run)
[Package Plasmidprofiler version 0.1.6 Index]