RpsiXML (version 2.10.0)

interactionType: Type of the interaction

Description

Return the interaction type of the psimi25Interaction

Usage

interactionType(object)

Arguments

object

Value

A character string representing the interaction type

See Also

psimi25Interaction-class

Examples

Run this code
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)

Run the code above in your browser using DataLab