Class: StudyExperimentAssociation
M:N link between Study and ExperimentRun
URI: lambdaber:StudyExperimentAssociation
classDiagram
class StudyExperimentAssociation
click StudyExperimentAssociation href "../StudyExperimentAssociation/"
StudyExperimentAssociation : experiment_id
StudyExperimentAssociation --> "1" ExperimentRun : experiment_id
click ExperimentRun href "../ExperimentRun/"
StudyExperimentAssociation : study_id
StudyExperimentAssociation --> "1" Study : study_id
click Study href "../Study/"
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| study_id | 1 Study |
Reference to the study | direct |
| experiment_id | 1 ExperimentRun |
Reference to the experiment run | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| Dataset | study_experiment_associations | range | StudyExperimentAssociation |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lambda-ber-schema/
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | lambdaber:StudyExperimentAssociation |
| native | lambdaber:StudyExperimentAssociation |
LinkML Source
Direct
name: StudyExperimentAssociation
description: M:N link between Study and ExperimentRun
from_schema: https://w3id.org/lambda-ber-schema/
attributes:
study_id:
name: study_id
description: Reference to the study
from_schema: https://w3id.org/lambda-ber-schema/
domain_of:
- StudySampleAssociation
- StudyExperimentAssociation
- StudyWorkflowAssociation
range: Study
required: true
experiment_id:
name: experiment_id
description: Reference to the experiment run
from_schema: https://w3id.org/lambda-ber-schema/
rank: 1000
domain_of:
- StudyExperimentAssociation
- ExperimentSampleAssociation
- ExperimentInstrumentAssociation
- WorkflowExperimentAssociation
range: ExperimentRun
required: true
Induced
name: StudyExperimentAssociation
description: M:N link between Study and ExperimentRun
from_schema: https://w3id.org/lambda-ber-schema/
attributes:
study_id:
name: study_id
description: Reference to the study
from_schema: https://w3id.org/lambda-ber-schema/
alias: study_id
owner: StudyExperimentAssociation
domain_of:
- StudySampleAssociation
- StudyExperimentAssociation
- StudyWorkflowAssociation
range: Study
required: true
experiment_id:
name: experiment_id
description: Reference to the experiment run
from_schema: https://w3id.org/lambda-ber-schema/
rank: 1000
alias: experiment_id
owner: StudyExperimentAssociation
domain_of:
- StudyExperimentAssociation
- ExperimentSampleAssociation
- ExperimentInstrumentAssociation
- WorkflowExperimentAssociation
range: ExperimentRun
required: true