Skip to contents

A named list of data frames containing feature-level annotations (e.g., gene symbols, CpG IDs, metabolite names). Each entry corresponds to the row metadata of one omics assay.

Usage

fdata

Format

A named list with the following components:

Gene Expression

Feature metadata for transcriptomics.

Methylation

Feature metadata for CpG probes.

Metabolomics

Feature metadata for metabolites.

Source

Derived from the ISGlobal Exposome Data Challenge 2021.

Examples

data(fdata)
names(fdata)
#> [1] "Gene Expression" "Methylation"     "Metabolomics"   
head(fdata$Metabolomics)
#>                  Class Class_2 feature_clean
#> metab_1 biogenicamines      LC       metab_1
#> metab_2 biogenicamines      LC       metab_2
#> metab_3     aminoacids      LC       metab_3
#> metab_4 biogenicamines      LC       metab_4
#> metab_5     aminoacids      LC       metab_5
#> metab_6     aminoacids      LC       metab_6