dNamePFAM2NAME {dName.db}R Documentation

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

[Package dName.db version 1.1.0 Index]