readBlast: Read a blast result file (currently only for files created...

Description Usage Arguments Value Examples

View source: R/readBlast.R

Description

Read a blast result file (currently only for files created using the blast parameter outfmt=6)

Usage

1
readBlast(blastpath, blastformat = "outfmt6")

Arguments

blastpath

character string. Path to a Blast result file

blastformat

format of the Blast result file (currently only the default outfmt=6 is supported)

Value

a tibble

Examples

1
2
3
4
## Example data set:
    Path2Blast <- system.file("extdata", "BAC02_Blast18S.res", package = "NanoBAC")
## Import the data:
   myblastResult <- readBlast(Path2Blast)

pgpmartin/NanoBAC documentation built on Dec. 11, 2020, 9:51 a.m.