\name{org.Rn.ipiSPID} \alias{org.Rn.ipiSPID} \alias{org.Rn.ipiSPID2IPIID} \title{Map protein identifier to SwissProt identifiers} \description{ org.Rn.ipiSPID maps protein identifiers to SwissProt identifiers. } \details{ Each protein identifier maps to SwissProt identifiers. Mappings were based on data provided by: IPI (\url{ftp://ftp.ebi.ac.uk/pub/databases/IPI/current/ipi.RAT.dat.gz}) on Rattus norvegicus 3.56, 3 Mar 2009 } \examples{ x <- org.Rn.ipiSPID # Get the protein identifiers that are mapped to SwissProt 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]] } # For the reverse map: xx <- as.list(org.Rn.ipiSPID2IPIID) if(length(xx) > 0){ goids <- xx[2:3] } }