Description Usage Arguments Value Author(s) References See Also Examples
Extract complexes from an object of psimi25ComplexEntry-class
1 | complexes(x)
|
x |
An object of |
A list of psimi25Complex
Jitao David Zhang <jitao_david.zhang@roche.com>, Tony Chiang <tchiang@ebi.ac.uk>
PSI-MI 2.5 XML data exchange format http://www.psidev.info/index.php?q=node/60
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.