| complexes {RpsiXML} | R Documentation |
Extract complexes from an object of psimi25ComplexEntry-class
complexes(x)
x |
An object of psimi25ComplexEntry-class |
A list of psimi25Complex
Jitao David Zhang <j.zhang@dkfz.de>, Tony Chiang <tchiang@ebi.ac.uk>
PSI-MI 2.5 XML data exchange format http://www.psidev.info/index.php?q=node/60
## Not run:
xmlDir <- system.file("/extdata/psi25files",package="RpsiXML")
intactComplexxml <- file.path(xmlDir,"intact_complexSample.xml")
intactComplexSet <- parsePsimi25Complex(intactComplexxml,
INTACT.PSIMI25)
complexes(intactComplexSet)
## End(Not run)