\name{org.Rn.refKEGG} \alias{org.Rn.refKEGG} \title{Map protein identifier to KEGG gene identifiers} \description{ org.Rn.refKEGG maps protein identifiers to KEGG gene identifiers. } \details{ Each protein identifier maps to KEGG gene identifiers. Mappings were based on data provided by: KEGG (\url{ftp://ftp.genome.jp/pub/kegg/rno/rno_pathway.list ; ftp://ftp.genome.jp/pub/kegg/rno/rno_ncbi-geneid.list}) on } \examples{ x <- org.Rn.refKEGG # Get the protein identifiers that are mapped to KEGG gene identifiers. mapped_proteins <- mappedkeys(x) # Convert to a list xx <- as.list(x[mapped_proteins]) if(length(xx) > 0){ # Get the value of the first key xx[[1]] } }