realdata {MetaHD} | R Documentation |
An Individual-Level Metabolomics Dataset
Description
This dataset consists of a list of three data frames containing individual-level data, treatment effect estimates, and their associated variances.
Usage
realdata
Format
A list of data frames as follows:
all
A dataframe with 12 rows and 14 columns containing individual-level data of 14 metabolites in columns and a total of 12 samples from two groups that have been run separately in two different instruments, leading to two separate studies in rows.
effects
A dataframe with 2 rows and 14 columns, containing treatment effect estimates of the 14 metabolites for the 2 studies.
var
A dataframe with 2 rows and 14 columns, containing associated variances of the treatment effects.
Examples
head(realdata$all)
head(realdata$effects)
head(realdata$var)
[Package MetaHD version 0.1.1 Index]