\name{org.Hs.ipiIPIACs} \alias{org.Hs.ipiIPIACs} \title{Map protein identifier to IPI accession numbers} \description{ org.Hs.ipiIPIACs maps protein identifiers to IPI accession numbers. } \details{ Each protein identifier maps to a vector of IPI accession numbers (eg: IPI00000045, IPI00004985). Mappings were based on data provided by: IPI (\url{ftp://ftp.ebi.ac.uk/pub/databases/IPI/current/ipi.HUMAN.dat.gz}) on Homo sapiens 3.75, 19 Aug 2010 } \examples{ x <- org.Hs.ipiIPIACs # Get the protein identifiers that are mapped to IPI accession numbers. 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]] } }