Skip to content

sdsc-ordes/modos-schema

Folders and files

NameName
Last commit message
Last commit date

Latest commit

383ea23 · Feb 11, 2025

History

67 Commits
Oct 25, 2024
Jun 5, 2024
Feb 11, 2025
Feb 11, 2025
Jun 5, 2024
Oct 25, 2024
Dec 18, 2023
Dec 18, 2023
Oct 25, 2024
Feb 1, 2024
Oct 25, 2024
Jun 5, 2024
Feb 11, 2025
Jun 5, 2024
Oct 25, 2024
Dec 18, 2023
Oct 25, 2024
Oct 25, 2024
Dec 18, 2023
Feb 11, 2025
Oct 25, 2024

Repository files navigation

modos-schema

Metadata schema for the Multi-Omics Digital Object System - MODOS.

Loading
erDiagram
MODOCollection {

}
MODO {
    datetime creation_date
    datetime last_update_date
    uri source_uri
    uriorcurie id
    string name
    string description
}
Assay {
    OmicsTypeList omics_type
    uriorcurieList sample_processing
    uriorcurie id
    string name
    string description
}
DataEntity {
    string data_path
    DataFormat data_format
    string data_checksum
    uriorcurie id
    string name
    string description
}
ReferenceGenome {
    string data_path
    uriorcurieList taxon_id
    uri source_uri
    string version
    uriorcurie id
    string name
    string description
}
ReferenceSequence {
    string sequence_md5
    uri source_uri
    string version
    uriorcurie id
    string name
    string description
}
Sample {
    uriorcurie cell_type
    uriorcurie source_material
    Sex sex
    uriorcurieList taxon_id
    stringList collector
    uriorcurie id
    string name
    string description
}

MODOCollection ||--}o MODO : "entries"
MODO ||--}o Assay : "has_assay"
Assay ||--}o Sample : "has_sample"
Assay ||--}o DataEntity : "has_data"
DataEntity ||--}o Sample : "has_sample"
DataEntity ||--}o ReferenceGenome : "has_reference"
ReferenceGenome ||--}o ReferenceSequence : "has_sequence"

Website

https://sdsc-ordes.github.io/modos-schema

Repository Structure

Developer Documentation

Use the `make` command to generate project artefacts:
  • make all: make everything
  • make deploy: deploys site

Credits

This project was made with linkml-project-cookiecutter.

Acknowledgements and Funding

The development of the Multi-Omics Digital Object System (MODOS) is being funded by the Personalized Health Data Analysis Hub, a joint initiative of the Personalized Health and Related Technologies (PHRT) and the Swiss Data Science Center (SDSC), for a period of three years from 2023 to 2025. The SDSC leads the development of MODOS, bringing expertise in complex data structures associated with multi-omics and imaging data to advance privacy-centric clinical-grade integration. The PHRT contributes its domain expertise of the Swiss Multi-Omics Center (SMOC) in the generation, analysis, and interpretation of multi-omics data for personalized health and precision medicine applications. We gratefully acknowledge the Health 2030 Genome Center for their substantial contributions to the development of MODOS by providing test data sets, deployment infrastructure, and expertise.

Copyright

Copyright © 2023-2024 Swiss Data Science Center (SDSC), www.datascience.ch. All rights reserved. The SDSC is jointly established and legally represented by the École Polytechnique Fédérale de Lausanne (EPFL) and the Eidgenössische Technische Hochschule Zürich (ETH Zürich). This copyright encompasses all materials, software, documentation, and other content created and developed by the SDSC in the context of the Personalized Health Data Analysis Hub.