\name{org.Rn.refGENEID} \alias{org.Rn.refGENEID} \title{Map protein identifier to Entrez gene identifier} \description{ org.Rn.refGENEID maps protein identifiers to Entrez Gene identifiers. } \details{ Mappings were based on data provided by: NCBI (\url{ftp://ftp.ncbi.nih.gov/gene/DATA/gene2refseq.gz ; ftp://ftp.ncbi.nih.gov/gene/DATA/gene_info.gz}) on } \examples{ x <- org.Rn.refGENEID # Get the protein identifiers that are mapped to Entrez gene identifier. 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]] # Get the values for a few keys if(length(xx) >= 3){ xx[1:3] } } }