Description Usage Arguments Value Examples
This function makes it easy to import annotation create in Blast2GO or other programs supporting .annot exporting of results.
1 |
file |
The .annot file to import |
A data.frame ready to merge with a pangenome object using
addGroupInfo
with the key
argument set to 'name'.
1 2 3 4 5 | # Get path to file
annot <- system.file('extdata', 'examplePG', 'example.annot', package='FindMyFriends')
# Parse the file
readAnnot(annot)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.