| dNameGO2NAME {dName.db} | R Documentation |
dNameGO2NAME provides mappings of GO identifiers to its name.
Mappings were based on data provided by GO: http://www.geneontology.org/ontology/gene_ontology_edit.obo) on 09:03:2009 12:48
x <- dNameGO2NAME
# Get the GO identifiers that are mapped to descriptions.
mapped <- mappedkeys(x)
# Convert to a list
xx <- as.list(x[mapped])
if(length(xx) > 0){
xx[2:3]
}