readAnnot {FindMyFriends} | R Documentation |
This function makes it easy to import annotation create in Blast2GO or other programs supporting .annot exporting of results.
readAnnot(file)
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'.
# Get path to file annot <- system.file('extdata', 'examplePG', 'example.annot', package='FindMyFriends') # Parse the file readAnnot(annot)