\name{dNameINTERPRO2NAME} \alias{dNameINTERPRO2NAME} \title{Map Interpro domain identifiers to name} \description{ dNameINTERPRO2NAME provides mappings of Interpro domain identifiers to its name. } \details{ Mappings were based on data provided by Interpro: \url{ftp://ftp.ebi.ac.uk/pub/databases/interpro/short_names.dat}) on Release 19.0, 29 January 2009New features include: } \examples{ x <- dNameINTERPRO2NAME # Get the Interpro 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] } }