complexes: Extract complexes from psimi25ComplexEntry

Description Usage Arguments Value Author(s) References See Also Examples

Description

Extract complexes from an object of psimi25ComplexEntry-class

Usage

1

Arguments

x

An object of psimi25ComplexEntry-class

Value

A list of psimi25Complex

Author(s)

Jitao David Zhang <jitao_david.zhang@roche.com>, Tony Chiang <tchiang@ebi.ac.uk>

References

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

See Also

psimi25Complex-class

Examples

1
2
3
4
5
6
7
8
9
## 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)

RpsiXML documentation built on Nov. 8, 2020, 6:02 p.m.