Description Usage Arguments Value Author(s) See Also Examples
Return the interaction type of the psimi25Interaction
1 | 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>
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.