dNameINTERPRO2NAME {dName.db}R Documentation

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: 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]
  }

[Package dName.db version 1.1.0 Index]