Skip to content

Class: GeneGeneInteraction

URI: gocam:GeneGeneInteraction

erDiagram GeneGeneInteraction { } Gene { string id string label } GeneGeneInteraction ||--|o Gene : "gene1" GeneGeneInteraction ||--|o Gene : "gene2"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
gene1 0..1
Gene
direct
gene2 0..1
Gene
direct

Usages

used by used in type used
GoCamAnnotations gene_gene_interactions range GeneGeneInteraction

Identifier and Mapping Information

Schema Source

  • from schema: http://w3id.org/ontogpt/gocam

Mappings

Mapping Type Mapped Value
self gocam:GeneGeneInteraction
native gocam:GeneGeneInteraction

LinkML Source

Direct

name: GeneGeneInteraction
from_schema: http://w3id.org/ontogpt/gocam
is_a: CompoundExpression
attributes:
  gene1:
    name: gene1
    from_schema: http://w3id.org/ontogpt/gocam
    rank: 1000
    range: Gene
  gene2:
    name: gene2
    from_schema: http://w3id.org/ontogpt/gocam
    rank: 1000
    range: Gene

Induced

name: GeneGeneInteraction
from_schema: http://w3id.org/ontogpt/gocam
is_a: CompoundExpression
attributes:
  gene1:
    name: gene1
    from_schema: http://w3id.org/ontogpt/gocam
    rank: 1000
    alias: gene1
    owner: GeneGeneInteraction
    domain_of:
    - GeneGeneInteraction
    range: Gene
  gene2:
    name: gene2
    from_schema: http://w3id.org/ontogpt/gocam
    rank: 1000
    alias: gene2
    owner: GeneGeneInteraction
    domain_of:
    - GeneGeneInteraction
    range: Gene