read_blast {Plasmidprofiler} | R Documentation |
This function imports the 25 column blast file and adds column headers
read_blast(br.file)
br.file |
System location of the blast file, no default. |
Dataframe of blast data with correct column headers.
## Not run:
read_blast("/data/blast_results.tsv")
## End(Not run)