dNamePATH2DE {dName.db}R Documentation

Map KEGG pathway identifiers to decsription

Description

dNamePATH2DE provides mappings of KEGG pathway identifiers to its decsription.

Details

Mappings were based on data provided by KEGG: ftp://ftp.genome.jp/pub/kegg/pathway/map_title.tab) on 2009 Feb 17

Examples

  x <- dNamePATH2DE
  # Get the KEGG pathway 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]