Learn R Programming

Plasmidprofiler (version 0.1.6)

read_srst2: 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

Run this code
## Not run: 
# read_srst2("/data/srst2_results.tsv")
# ## End(Not run)

Run the code above in your browser using DataLab