| int.didDDI {int.did.db} | R Documentation |
int.didDDI gives domain-domain interactions from 3DID database.
Domain identifier is given as Pfam identifier.
Mappings were based on data provided by: 3DID (http://gatealoy.pcb.ub.es/3did/download/3did_flat.gz) on 08-Mar-2009
# Convert to a list
xx <- as.list(int.didDDI)
if(length(xx) > 0){
# Gets the first five interaction list
xx[1:5]
# Get the first one
xx[[1]]
}