\name{org.Hs.refSEQ} \alias{org.Hs.refSEQ} \title{Map protein identifier to the protein sequence} \description{ org.Hs.refSEQ provides mappings between a protein identifier and the protein Sequence. } \details{ Mappings were based on data provided by: RefSeq (\url{ftp://ftp.ncbi.nih.gov/refseq/H_sapiens/mRNA_Prot/human.protein.faa.gz}) on March 10, 2008 } \examples{ x <- org.Hs.refSEQ # Get the protein identifiers that are mapped to protein sequences. mapped_proteins <- mappedkeys(x) # Convert to a list xx <- as.list(x[mapped_proteins]) # randomly display 10 proteins sample(xx, 10) }