Rdocumentation
powered by
Learn R Programming
annaffy (version 1.44.0)
.aaf.goterm: Fetch Gene Ontology term information
Description
Given a Gene Ontology number, return its type and name.
Usage
.aaf.goterm(num)
Arguments
num
Gene Ontology number - should be formatted
GO:XXXXXXX
Value
A list with components
type
Type of GO record, either Biological Process, Cellular Component, or Molecular Function.
name
A character vector containing the GO name.