read_srst2 {Plasmidprofiler} | R Documentation |
This function imports the 14 column SRST2 file. Kind of superfluous
read_srst2(srst2.file)
srst2.file |
System location of the srst2 file, no default. |
Dataframe of srst2 data with correct column headers.
## Not run:
read_srst2("/data/srst2_results.tsv")
## End(Not run)