Class: Strain
Strain entity in the ENIGMA data model
URI: enigma:Strain
classDiagram
class Strain
click Strain href "../Strain/"
Strain : strain_derived_from
Strain : strain_description
Strain : strain_genes_changed
Strain : strain_genome
Strain : strain_id
Strain : strain_name
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
strain_id | 1 String |
id field for Strain | direct |
strain_name | 1 String |
name field for Strain | direct |
strain_description | 0..1 String |
description field for Strain | direct |
strain_genome | 0..1 String |
genome field for Strain | direct |
strain_derived_from | 0..1 String |
derived_from field for Strain | direct |
strain_genes_changed | * String |
genes_changed field for Strain | direct |
Identifier and Mapping Information
Annotations
property | value |
---|---|
term | DA:0000062 |
used_for_provenance | True |
process_types | ['PROCESS:0000015', 'PROCESS:0000030'] |
process_inputs | [['Sample'], ['Strain']] |
Schema Source
- from schema: https://w3id.org/enigma/enigma-cdm
Mappings
Mapping Type | Mapped Value |
---|---|
self | enigma:Strain |
native | enigma:Strain |
LinkML Source
Direct
name: Strain
annotations:
term:
tag: term
value: DA:0000062
used_for_provenance:
tag: used_for_provenance
value: true
process_types:
tag: process_types
value:
- PROCESS:0000015
- PROCESS:0000030
process_inputs:
tag: process_inputs
value:
- - Sample
- - Strain
description: Strain entity in the ENIGMA data model
from_schema: https://w3id.org/enigma/enigma-cdm
slots:
- strain_id
- strain_name
- strain_description
- strain_genome
- strain_derived_from
- strain_genes_changed
Induced
name: Strain
annotations:
term:
tag: term
value: DA:0000062
used_for_provenance:
tag: used_for_provenance
value: true
process_types:
tag: process_types
value:
- PROCESS:0000015
- PROCESS:0000030
process_inputs:
tag: process_inputs
value:
- - Sample
- - Strain
description: Strain entity in the ENIGMA data model
from_schema: https://w3id.org/enigma/enigma-cdm
attributes:
strain_id:
name: strain_id
annotations:
type_term:
tag: type_term
value: ME:0000271
description: id field for Strain
from_schema: https://w3id.org/enigma/enigma-cdm
rank: 1000
identifier: true
alias: strain_id
owner: Strain
domain_of:
- Strain
range: string
required: true
strain_name:
name: strain_name
annotations:
unique:
tag: unique
value: true
type_term:
tag: type_term
value: ME:0000044
description: name field for Strain
from_schema: https://w3id.org/enigma/enigma-cdm
rank: 1000
alias: strain_name
owner: Strain
domain_of:
- Strain
range: string
required: true
strain_description:
name: strain_description
annotations:
type_term:
tag: type_term
value: ME:0000202
description: description field for Strain
from_schema: https://w3id.org/enigma/enigma-cdm
rank: 1000
alias: strain_description
owner: Strain
domain_of:
- Strain
range: string
strain_genome:
name: strain_genome
annotations:
foreign_key:
tag: foreign_key
value: Genome.name
type_term:
tag: type_term
value: ME:0000246
description: genome field for Strain
comments:
- genome object for sequenced, WT strains
from_schema: https://w3id.org/enigma/enigma-cdm
rank: 1000
alias: strain_genome
owner: Strain
domain_of:
- Strain
range: string
strain_derived_from:
name: strain_derived_from
annotations:
foreign_key:
tag: foreign_key
value: Strain.name
type_term:
tag: type_term
value: ME:0000044
description: derived_from field for Strain
from_schema: https://w3id.org/enigma/enigma-cdm
rank: 1000
alias: strain_derived_from
owner: Strain
domain_of:
- Strain
range: string
strain_genes_changed:
name: strain_genes_changed
annotations:
foreign_key:
tag: foreign_key
value: Gene.gene_id
type_term:
tag: type_term
value: ME:0000091
description: genes_changed field for Strain
from_schema: https://w3id.org/enigma/enigma-cdm
rank: 1000
alias: strain_genes_changed
owner: Strain
domain_of:
- Strain
range: string
multivalued: true