| interactionType {RpsiXML} | R Documentation |
Return the interaction type of the psimi25Interaction
interactionType(object)
object |
An object of |
A character string representing the interaction type
Jitao David Zhang <jitao_david.zhang@roche.com>, 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)