Description Objects from the Class Slots Methods Note Author(s) See Also Examples
A class representing data source compatible with PSI-MI 2.5 XML data exchange format
Objects can be created by calls of the form new("psimi25Source", ...)
label
:Object of class "character"
, a
meaningful unique label of the database, does not necessarily have to be
the identifier used in the PSI-MI files. The value is advised to
be overwritten by the objects
sourceDb
:Object of class "character"
, the
character string used in the PSI-MI files to identify the source
database. The value must be overwritten by the object, depending
on the database identifier used in the PSI-MI file.
uniprotSymbol
:Object of class "character"
, the
identifier of UniProf reference in "primaryRef" or "secondaryRef"
attributes of the interactors, telling the parser where to find
UniProt symbol of the interactors. The value must be overwritten by
the objects.
signature(x = "psimi25Source")
: returns the
source database
signature(x = "psimi25Source")
: returns the
uniprot identifier of the PSI-MI 2.5 XML file
In case of a new data repository, you can first try creating a
new object of the class with label
, sourceDb
and
uniprotSymbol
adjusted as needed. Try parsing a function with
this new psimi25Source object. In case of warnings or errors, it may
mean that the file provided is not strictly compatible with PSI-MI 2.5
data exchange format standard, please then contact the data provider.
Jitao David Zhang <jitao_david.zhang@roche.com>
parsePsimi25Interaction
,
parsePsimi25Complex
,
psimi25XML2Graph
1 | showClass("psimi25Source")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.