Description Objects from the Class Slots Methods Author(s) See Also Examples
A class representing interaction data
Objects can be created by calls of the form parsePsimi25Interaction
sourceDb
:Object of class "character"
, source database
sourceId
:Object of class "character"
, source
database ID
interactionType
:Object of class "character"
,
character, the method used for detecting the interaction ,such as
"pull down"
expPubMed
:Object of class "character"
, PubMed
ID of the publication that describes the experiment
sourceId
:Object of class "character"
,
source database ID of the experiment
confidenceValue
:Object of class "character"
,
confidence value of the experimental interaction
participant
:Object of class "character"
,
UniProt IDs of the participants. Important when no bait/prey
information is available
bait
:Object of class "character"
, UniProt ID
of the bait
prey
:Object of class "character"
, UniProt
ID(s) of the prey(s)
inhibitor
:Object of class "character"
, UniProt
ID of the inhibitor, NA when missing
neutralComponent
:Object of class "character"
,
UniProt ID of the neutral components, NA when missing
baitUniProt
: An object of class "character"
preyUniProt
: An object of class "character"
signature(x = "psimi25Interaction")
:
finds out interaction type
signature(object = "psimi25Interaction")
: a print
method
signature(x = "psimi25Interaction")
: finds
out source database
signature(x = "psimi25Interaction")
: returns
ID of the source database
signature(x = "psimi25Interaction")
: returns the
UniProt ID of the bait
signature(x = "psimi25Interaction")
: returns the
UniProt ID(s) of the prey(s)
signature(x = "psimi25Interaction")
:
returns the confidence value of the interaction
Tony Chiang <tchiang@ebi.ac.uk> , Jitao David Zhang <jitao_david.zhang@roche.com>
parsePsimi25Interaction
,S4CLASSpsimi25Interactor-class
,
S4CLASSpsimi25Experiment-class
, S4classpsimi25InteractionEntry-class
1 | showClass("psimi25Interaction")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.