\name{org.Hs.goaDE} \alias{org.Hs.goaDE} \title{Maps protein to textural descriptions} \description{ org.Hs.goaDE maps Swiss-Prot protein accession number to their descriptive information. } \details{ Mappings were based on data provided by: GOA (\url{ftp://ftp.ebi.ac.uk/pub/databases/GO/goa/proteomes/25.H_sapiens.goa}) on Tue Mar 10 14:32:26 2009 } \examples{ xx <- as.list(org.Hs.goaDE) 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] } } }