Description Usage Arguments Value Examples
Read a blast result file (currently only for files created using the blast parameter outfmt=6)
1 | readBlast(blastpath, blastformat = "outfmt6")
|
blastpath |
character string. Path to a Blast result file |
blastformat |
format of the Blast result file (currently only the default outfmt=6 is supported) |
a tibble
1 2 3 4 | ## Example data set:
Path2Blast <- system.file("extdata", "BAC02_Blast18S.res", package = "NanoBAC")
## Import the data:
myblastResult <- readBlast(Path2Blast)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.