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")
hprdSet <- parsePsimi25Interaction(hprdxml, HPRD.PSIMI25)

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

alyst/RpsiXML documentation built on Nov. 21, 2019, 5:47 a.m.