RpsiXML (version 2.12.0)

complexes: Extract complexes from psimi25ComplexEntry

Description

Extract complexes from an object of psimi25ComplexEntry-class

Usage

complexes(x)

Arguments

Value

A list of psimi25Complex

References

PSI-MI 2.5 XML data exchange format http://www.psidev.info/index.php?q=node/60

See Also

psimi25Complex-class

Examples

Run this code
## 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)

Run the code above in your browser using DataLab