read_srst2 {Plasmidprofiler} | R Documentation |
SRST2 file import function
Description
This function imports the 14 column SRST2 file. Kind of superfluous
Usage
read_srst2(srst2.file)
Arguments
srst2.file |
System location of the srst2 file, no default. |
Value
Dataframe of srst2 data with correct column headers.
Examples
## Not run:
read_srst2("/data/srst2_results.tsv")
## End(Not run)
[Package Plasmidprofiler version 0.1.6 Index]