parseComplex {RpsiXML} | R Documentation |
Wrappers of internal functions (".parsePsimi25Complex",
".parsePsimi25Interactor", ".parsePsimi25Experiment") to parse nodes
from PSI-MI 2.5 XML node. By default these parsers is used in objects
of psimi25Source-class
without any modification. Though
they can be overwritten in these objects in special cases, it is not
advisory to do so due to the compatibility.
parseComplex(x, ...) parseInteractor(x, ...) parseExperiment(x, ...)
x |
An object of the psimi25Source-class |
... |
Parameters passed to internal functions |
Object of psimi25Complex-class,
\code{psimi25Interactor-class} or
\code{psimi25Experiment-class}
An newly initialized instance of psimi25Source-class
contains the default
form of these functions. Though they are allowd to be overwritten, it is not
advisory to do so since this means the file to parse is not
fully compatible with PSI-MI 2.5 standard. It is more sensible to
contact the data provider before modifying or overwritting these functions.
Jitao David Zhang <j.zhang@dkfz.de>, Tony Chiang <tchiang@ebi.ac.uk>