Class: ProteinGene
Association between a UniProtKB protein term and an Ensembl term identifying a gene encoding that protein
classDiagram
class ProteinGene
ProteinGene : gene
ProteinGene : protein
Slots
Name | Range | Cardinality | Description | Info |
---|---|---|---|---|
protein | Protein | 1..1 | A UniProt Knowledgebase (UniProtKB) protein ID (e.g. 'P94485') | . |
gene | Gene | 1..1 | An Ensembl gene ID (e.g. 'ENSG00000012048') | . |
Usages
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/linkml/cfde
Mappings
Mapping Type | Mapped Value |
---|---|
self | ['cfde_schema:ProteinGene'] |
native | ['cfde_schema:ProteinGene'] |
LinkML Specification
Direct
name: protein_gene
description: Association between a UniProtKB protein term and an Ensembl term identifying
a gene encoding that protein
title: protein_gene
from_schema: https://w3id.org/linkml/cfde
attributes:
protein:
name: protein
description: A UniProt Knowledgebase (UniProtKB) protein ID (e.g. 'P94485')
from_schema: https://w3id.org/linkml/cfde
range: protein
required: true
gene:
name: gene
description: An Ensembl gene ID (e.g. 'ENSG00000012048')
from_schema: https://w3id.org/linkml/cfde
range: gene
required: true
unique_keys:
protein_gene_primary_key:
unique_key_name: protein_gene_primary_key
unique_key_slots:
- '[''protein'', ''gene'']'
Induced
name: protein_gene
description: Association between a UniProtKB protein term and an Ensembl term identifying
a gene encoding that protein
title: protein_gene
from_schema: https://w3id.org/linkml/cfde
attributes:
protein:
name: protein
description: A UniProt Knowledgebase (UniProtKB) protein ID (e.g. 'P94485')
from_schema: https://w3id.org/linkml/cfde
alias: protein
owner: protein_gene
range: protein
required: true
gene:
name: gene
description: An Ensembl gene ID (e.g. 'ENSG00000012048')
from_schema: https://w3id.org/linkml/cfde
alias: gene
owner: protein_gene
range: gene
required: true
unique_keys:
protein_gene_primary_key:
unique_key_name: protein_gene_primary_key
unique_key_slots:
- '[''protein'', ''gene'']'