dNameGO2NAME {dName.db}R Documentation

Map GO identifiers to name

Description

dNameGO2NAME provides mappings of GO identifiers to its name.

Details

Mappings were based on data provided by GO: 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]
  }

[Package dName.db version 1.1.0 Index]