Class: physicalEntityParticipant

Definition: Any additional special characteristics of a physical entity in the context of an interaction. These currently include stoichiometric coefficient and cellular location, but this list may be expanded in later levels. Comment: PhysicalEntityParticipants should not be used in multiple interaction or complex instances. Instead, each interaction and complex should reference its own unique set of physicalEntityParticipants. The reason for this is that a user may add new information about a physicalEntityParticipant for one interaction or complex, such as the presence of a previously unknown post-translational modification, and unwittingly invalidate the physicalEntityParticipant for the other interactions or complexes that make use of it. Example: In the interaction describing the transport of L-arginine into the cytoplasm in E. coli, the LEFT property in the interaction would be filled with an instance of physicalEntityParticipant that specified the location of L-arginine as periplasm and the stoichiometric coefficient as one.

•owl:Thing
        •utilityClass
                •physicalEntityParticipant

Super Classes

utilityClass
PHYSICAL-ENTITY EQ 1
CELLULAR-LOCATION MAX 1
STOICHIOMETRIC-COEFFICIENT MAX 1

Disjoint Classes

chemicalStructure, pathwayStep, confidence, sequenceLocation, evidence, externalReferenceUtilityClass

Abstract Syntax

Class(physicalEntityParticipant partial utilityClass
                                       restriction(PHYSICAL-ENTITY cardinality(1))
                                       restriction(CELLULAR-LOCATION maxCardinality(1))
                                       restriction(STOICHIOMETRIC-COEFFICIENT maxCardinality(1)))

DisjointClasses(physicalEntityParticipant chemicalStructure
                                          pathwayStep
                                          confidence
                                          sequenceLocation
                                          evidence
                                          externalReferenceUtilityClass)

Usage

Class Description/Definition (Necessary Conditions)

complexParticipant, conversion, dnaParticipant, interaction, physicalInteraction, proteinParticipant, rnaParticipant, smallMoleculeParticipant

Domain of

CELLULAR-LOCATION, PHYSICAL-ENTITY, STOICHIOMETRIC-COEFFICIENT
Generated with OWLDoc