Skip to content

Class: GeneToReaction

URI: reaction:GeneToReaction

classDiagram class GeneToReaction GeneToReaction : gene GeneToReaction : organism GeneToReaction : reactions

Slots

Name Cardinality and Range Description Inheritance
gene 0..1
NONE
direct
reactions 0..1
NONE
direct
organism 0..1
NONE
direct

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/ai/templates/reaction

Mappings

Mapping Type Mapped Value
self reaction:GeneToReaction
native reaction:GeneToReaction

LinkML Source

Direct

name: GeneToReaction
from_schema: https://w3id.org/linkml/ai/templates/reaction
rank: 1000
attributes:
  gene:
    name: gene
    description: name of the gene that catalyzes the reaction
    from_schema: https://w3id.org/linkml/ai/templates/reaction
    rank: 1000
    range: Gene
  reactions:
    name: reactions
    description: semicolon separated list of reaction equations (e.g. A+B = C+D) catalyzed
      by the gene
    from_schema: https://w3id.org/linkml/ai/templates/reaction
    rank: 1000
    multivalued: true
    range: Reaction
    inlined: true
  organism:
    name: organism
    from_schema: https://w3id.org/linkml/ai/templates/reaction
    rank: 1000
    range: Organism

Induced

name: GeneToReaction
from_schema: https://w3id.org/linkml/ai/templates/reaction
rank: 1000
attributes:
  gene:
    name: gene
    description: name of the gene that catalyzes the reaction
    from_schema: https://w3id.org/linkml/ai/templates/reaction
    rank: 1000
    alias: gene
    owner: GeneToReaction
    domain_of:
    - GeneToReaction
    - GeneReactionPairing
    - GeneOrganismRelationship
    - GeneMolecularActivityRelationship
    - GeneMolecularActivityRelationship2
    - GeneSubcellularLocalizationRelationship
    range: Gene
  reactions:
    name: reactions
    description: semicolon separated list of reaction equations (e.g. A+B = C+D) catalyzed
      by the gene
    from_schema: https://w3id.org/linkml/ai/templates/reaction
    rank: 1000
    multivalued: true
    alias: reactions
    owner: GeneToReaction
    domain_of:
    - GeneToReaction
    - MultiGeneToReaction
    range: Reaction
    inlined: true
  organism:
    name: organism
    from_schema: https://w3id.org/linkml/ai/templates/reaction
    rank: 1000
    alias: organism
    owner: GeneToReaction
    domain_of:
    - GeneToReaction
    - MultiGeneToReaction
    - GeneOrganismRelationship
    range: Organism