Skip to content

sdsc-ordes/modos-schema

Repository files navigation

modos-schema

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

erDiagram
MODOCollection {

}
MODO {
    datetime creation_date
    datetime last_update_date
    uri source_uri
    uriorcurie id
    string name
    string description
}
Assay {
    OmicsTypeList omics_type
    uriorcurie id
    string name
    string description
}
DataEntity {
    string data_path
    DataFormat data_format
    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"

Loading

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.