interactions {RpsiXML} | R Documentation |
List interactions from an object of the
psimi25InteractionEntry-class
object
interactions(x)
x |
An object of psimi25InteractionEntry-class ,
see example |
A list of interactions
Jitao David Zhang <j.zhang@dkfz.de>, Tony Chiang <tchiang@ebi.ac.uk>
xmlDir <- system.file("/extdata/psi25files",package="RpsiXML") hprdxml <- file.path(xmlDir, "hprd_200709_test.xml") hprdSet <- parsePsimi25Interaction(hprdxml, HPRD.PSIMI25) interactions(hprdSet)