Skip to content
Junda Huang edited this page Feb 24, 2023 · 10 revisions

Tools

Preparation of ISA metadata and conversion to rdf-turtle format

Preparation of metabolomics data and metadata

Metabolomics data has been extracted from Supplementary Table S1 from Su et al., 2020. Metabolite names were mapped to ChEBI identifiers and omics data and features metadata files in .csv format were created.

The R notebook used to execute the different preparation steps can be found in tools/Su_2020_prepare_metabolomics. It contains descriptions of each preparation step. A rendered .html is also available. A detailed description of the generated output files is available in the Metabolomics section of Data and metadata. Additional information on setting up the R environment is available in the README file.

Preparation and FAIRification of phenotypic data

The FAIRification of the phenotypic data were obtained from Supplementary Table S1 from Su et al., 2020. With the phenopackets schema (https://phenopacket-schema.readthedocs.io/en/latest/index.html), we could categorize the data entries accordingly. The data (in csv format) will then need to be converted into RDFs to import into Fair data point. This process is done by the Fair Data Cube infrastructure (https://github.com/Xomics/FAIRDataCube/tree/FDCube-in-box), which was inspired by the cde-in-box(https://github.com/ejp-rd-vp/cde-in-box) method. This process requires the csv data formatting and yarrrml template generation. These two steps can be done by using the python scripts written in tools/Su_2020_prepare_phenotype_data.

Clone this wiki locally