RpsiXML (version 2.12.0)

interactions: List interactions in the given psimi25InteractionEntry object

Description

List interactions from an object of the psimi25InteractionEntry-class object

Usage

interactions(x)

Arguments

x
An object of psimi25InteractionEntry-class, see example

Value

A list of interactions

See Also

psimi25InteractionEntry-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)

interactions(hprdSet)

Run the code above in your browser using DataCamp Workspace