| interactors {RpsiXML} | R Documentation |
Return the interactors of the given object
interactors(x)
x |
either an object of psimi25InteractionEntry-class
or psimi25ComplexEntry-class |
A matrix of interactor information
Tony Chiang <tchiang@ebi.ac.uk>, Jitao David Zhang <j.zhang@dkfz.de>
psimi25InteractionEntry-class,
psimi25ComplexEntry-class
xmlDir <- system.file("/extdata/psi25files",package="RpsiXML")
hprdxml <- file.path(xmlDir, "hprd_200709_test.xml")
hprdSet <- parsePsimi25Interaction(hprdxml, HPRD.PSIMI25)
interactors(hprdSet)
## Not run:
intactComplexxml <- file.path(xmlDir,"intact_complexSample.xml")
intactComplexSet <- parsePsimi25Complex(intactComplexxml,
INTACT.PSIMI25)
interactors(intactComplexSet)
## End(Not run)