| dNamePFAM2DE {dName.db} | R Documentation |
dNamePFAM2DE provides mappings of Pfam domain identifiers to its decsription.
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
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]
}