| dNameINTERPRO2NAME {dName.db} | R Documentation |
dNameINTERPRO2NAME provides mappings of Interpro domain identifiers to its name.
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:
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]
}