Description Usage Arguments Value Examples
Get KEGG Ortholog info for BLAST Results
1 | getKegg(blastResult, outFile = "annot.csv")
|
blastResult |
BLAST results from blastSequencesAws |
outFile |
csv output file for annotation results |
Annotation results are written to the csv file specified by outFile
1 2 3 4 | outFile <- 'annot2.csv'
blastFile <- system.file("extdata", "blastResult.csv", package="Trans2Kegg")
blastResult <- read.csv(blastFile)
getKegg(blastResult, outFile)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.