getAnnotation {ShotgunFunctionalizeR} | R Documentation |
Get the appropriate annotation for a list of gene family accession numbers.
getAnnotation(gene.families, type)
gene.families |
character vector of accession numbers |
type |
string describing the type of gene family |
Returns a vector of description for the specified accession numbers. If no descripition can be found, NA is returned.
getAnnotation(c("COG0001", "COG0002"), type="COG")