\name{dNamePFAM2DE} \alias{dNamePFAM2DE} \title{Map Pfam domain identifiers to decsription} \description{ dNamePFAM2DE provides mappings of Pfam domain identifiers to its decsription. } \details{ Mappings were based on data provided by Pfam: \url{ftp://ftp.sanger.ac.uk/pub/databases/Pfam/current_release/Pfam_ls.gz}) on Release 23.0, 07/08 } \examples{ x <- dNamePFAM2DE # Get the Pfam domain identifiers that are mapped to descriptions. mapped <- mappedkeys(x) # Convert to a list xx <- as.list(x[mapped]) if(length(xx) > 0){ xx[2:3] } }