\name{org.Rn.ipiINTERPRO} \alias{org.Rn.ipiINTERPRO} \title{Map protein identifier to Interpro doamins} \description{ org.Rn.ipiINTERPRO maps protein identifiers to Interpro identifiers . } \details{ Each protein identifier maps to a vector of InterPro 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.ipiINTERPRO # Get the protein identifiers that are mapped to Interpro doamins. 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]] } }