Skip to content

Class: MultiGeneToReaction

URI: reaction:MultiGeneToReaction

classDiagram class MultiGeneToReaction MultiGeneToReaction : gene_reaction_pairings MultiGeneToReaction : genes MultiGeneToReaction : organism MultiGeneToReaction : reactions

Slots

Name Cardinality and Range Description Inheritance
genes 0..1
NONE
direct
reactions 0..1
NONE
direct
gene_reaction_pairings 0..*
GeneReactionPairing
semicolon separated list of gene to reaction pairings 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:MultiGeneToReaction
native reaction:MultiGeneToReaction

LinkML Source

Direct

name: MultiGeneToReaction
from_schema: https://w3id.org/linkml/ai/templates/reaction
rank: 1000
attributes:
  genes:
    name: genes
    description: semicolon separated list of genes that catalyzes the mentioned reactions
    from_schema: https://w3id.org/linkml/ai/templates/reaction
    rank: 1000
    multivalued: true
    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
    multivalued: true
    range: Reaction
    inlined: true
  gene_reaction_pairings:
    name: gene_reaction_pairings
    description: semicolon separated list of gene to reaction pairings
    from_schema: https://w3id.org/linkml/ai/templates/reaction
    rank: 1000
    multivalued: true
    range: GeneReactionPairing
    inlined: true
  organism:
    name: organism
    from_schema: https://w3id.org/linkml/ai/templates/reaction
    range: Organism

Induced

name: MultiGeneToReaction
from_schema: https://w3id.org/linkml/ai/templates/reaction
rank: 1000
attributes:
  genes:
    name: genes
    description: semicolon separated list of genes that catalyzes the mentioned reactions
    from_schema: https://w3id.org/linkml/ai/templates/reaction
    rank: 1000
    multivalued: true
    alias: genes
    owner: MultiGeneToReaction
    domain_of:
    - MultiGeneToReaction
    - MendelianDisease
    - GoCamAnnotations
    - BiologicalProcess
    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
    multivalued: true
    alias: reactions
    owner: MultiGeneToReaction
    domain_of:
    - GeneToReaction
    - MultiGeneToReaction
    range: Reaction
    inlined: true
  gene_reaction_pairings:
    name: gene_reaction_pairings
    description: semicolon separated list of gene to reaction pairings
    from_schema: https://w3id.org/linkml/ai/templates/reaction
    rank: 1000
    multivalued: true
    alias: gene_reaction_pairings
    owner: MultiGeneToReaction
    domain_of:
    - MultiGeneToReaction
    range: GeneReactionPairing
    inlined: true
  organism:
    name: organism
    from_schema: https://w3id.org/linkml/ai/templates/reaction
    alias: organism
    owner: MultiGeneToReaction
    domain_of:
    - GeneToReaction
    - MultiGeneToReaction
    - GeneOrganismRelationship
    range: Organism