Class: PhenotypeGene
Association between a Human Phenotype Ontology term and an Ensembl gene especially relevant to it
URI: cfde_schema:PhenotypeGene
classDiagram
class PhenotypeGene
PhenotypeGene : gene
PhenotypeGene : phenotype
Slots
Name | Range | Cardinality | Description | Info |
---|---|---|---|---|
phenotype | Phenotype | 1..1 | A Human Phenotype Ontology CV term ID | . |
gene | Gene | 1..1 | An Ensembl gene ID | . |
Usages
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/linkml/cfde
Mappings
Mapping Type | Mapped Value |
---|---|
self | ['cfde_schema:PhenotypeGene'] |
native | ['cfde_schema:PhenotypeGene'] |
LinkML Specification
Direct
name: phenotype_gene
description: Association between a Human Phenotype Ontology term and an Ensembl gene
especially relevant to it
title: phenotype_gene
from_schema: https://w3id.org/linkml/cfde
attributes:
phenotype:
name: phenotype
description: A Human Phenotype Ontology CV term ID
from_schema: https://w3id.org/linkml/cfde
range: phenotype
required: true
gene:
name: gene
description: An Ensembl gene ID
from_schema: https://w3id.org/linkml/cfde
range: gene
required: true
unique_keys:
phenotype_gene_primary_key:
unique_key_name: phenotype_gene_primary_key
unique_key_slots:
- '[''phenotype'', ''gene'']'
Induced
name: phenotype_gene
description: Association between a Human Phenotype Ontology term and an Ensembl gene
especially relevant to it
title: phenotype_gene
from_schema: https://w3id.org/linkml/cfde
attributes:
phenotype:
name: phenotype
description: A Human Phenotype Ontology CV term ID
from_schema: https://w3id.org/linkml/cfde
alias: phenotype
owner: phenotype_gene
range: phenotype
required: true
gene:
name: gene
description: An Ensembl gene ID
from_schema: https://w3id.org/linkml/cfde
alias: gene
owner: phenotype_gene
range: gene
required: true
unique_keys:
phenotype_gene_primary_key:
unique_key_name: phenotype_gene_primary_key
unique_key_slots:
- '[''phenotype'', ''gene'']'