\name{dNameGO2NAME} \alias{dNameGO2NAME} \title{Map GO identifiers to name} \description{ dNameGO2NAME provides mappings of GO identifiers to its name. } \details{ Mappings were based on data provided by GO: \url{http://www.geneontology.org/ontology/gene_ontology_edit.obo}) on 09:03:2009 12:48 } \examples{ 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] } }