getAnnotation {ShotgunFunctionalizeR}R Documentation

Annotates a list of gene family accession numbers

Description

Get the appropriate annotation for a list of gene family accession numbers.

Usage

getAnnotation(gene.families, type)

Arguments

gene.families character vector of accession numbers
type string describing the type of gene family

Value

Returns a vector of description for the specified accession numbers. If no descripition can be found, NA is returned.

See Also

readGeneFamilies

Examples

getAnnotation(c("COG0001", "COG0002"), type="COG")

[Package ShotgunFunctionalizeR version 1.0-1 Index]