Description Objects from the Class Slots Methods Author(s) See Also Examples
A class representing interaction data parsed from PSI-MI 2.5 XML files
Objects can be created by calls of the form parsePsimi25Interaction
organismName
:Object of class "character"
, the unique organism name(s) of the interactors
taxId
:Object of class "character"
, the unique
NCBI taxonomy ID(s) of the interactors
releaseDate
:Object of class "character"
, character, release date of the data entry,
recorded in the entry
element of the XML file
interactors
:Object of class "list"
, a list of
psimi25Interactor-class
objects, each represents one interactor.
interactions
:Object of class "list"
, list, a list of psimi25Interaction-class
objects,
each represents one interaction.
signature(x = "psimi25InteractionEntry")
:
return a list of psimi25Intearaction
objects, each
representing one interaction
signature(x = "psimi25InteractionEntry")
: a method to find
all the interactors within the psimi25InteractionEntry and print them
signature(x = "psimi25InteractionEntry")
:
returns organism names of the interactors
signature(x = "psimi25InteractionEntry")
:
returns the release date, serving as a proxy for versioning
signature(object = "psimi25InteractionEntry")
: a
print method
signature(x = "psimi25InteractionEntry")
:
returns NCBI taxonomy ID
signature(x = "psimi25InteractionEntry")
:
returns the number of interactors.
signature(x = "psimi25InteractionEntry")
:
returns the number of interactions.
signature(x = "psimi25InteractionEntry")
:
returns the (unique) PubMed IDs of the papers reporting the
interactions in the entry.
Tony Chiang <tchiang@ebi.ac.uk> , Jitao David Zhang <jitao_david.zhang@roche.com>
parsePsimi25Interaction
, S4classpsimi25Interaction-class
1 | showClass("psimi25InteractionEntry")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.