Learn R Programming

Plasmidprofiler (version 0.1.6)

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

Run this code
## Not run: 
# read_blast("/data/blast_results.tsv")
# ## End(Not run)

Run the code above in your browser using DataLab