interactionType: Type of the interaction

Description Usage Arguments Value Author(s) See Also Examples

Description

Return the interaction type of the psimi25Interaction

Usage

1

Arguments

object

An object of psimi25Interaction-class

Value

A character string representing the interaction type

Author(s)

Jitao David Zhang <jitao_david.zhang@roche.com>, Tony Chiang <tchiang@ebi.ac.uk>

See Also

psimi25Interaction-class

Examples

1
2
3
4
5
6
7
xmlDir <- system.file("/extdata/psi25files",package="RpsiXML")

hprdxml <- file.path(xmlDir, "hprd_200709_test.xml.gz")
hprdSet <- parsePsimi25Interaction(hprdxml, HPRD.PSIMI25)

interExp <- interactions(hprdSet)[[1]]
interExpTyp <- interactionType(interExp)

Accio/RpsiXML documentation built on May 7, 2021, 12:08 a.m.