\name{dNamePFAM2NAME}
\alias{dNamePFAM2NAME}
\title{Map Pfam domain identifiers to name}
\description{
   dNamePFAM2NAME provides mappings of Pfam domain identifiers to its name.
}
\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 <- dNamePFAM2NAME
  # Get the Pfam domain identifiers that are mapped to names.
  mapped <- mappedkeys(x)
  # Convert to a list
  xx <- as.list(x[mapped])	
  if(length(xx) > 0){        
    xx[2:3]
  }
}