| interactionType {RpsiXML} | R Documentation |
Return the interaction type of the psimi25Interaction
interactionType(x)
x |
An object of psimi25Interaction-class |
A character string representing the interaction type
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)
interExp <- interactions(hprdSet)[[1]]
interExpTyp <- interactionType(interExp)