Skip to contents

De-identified individual-level eQTL data for a single genomic region, containing a genotype matrix and residualized phenotype vector. All sample names, variant positions, and identifiers are synthetic and do not correspond to any real individuals or loci.

Format

A list with two elements:

X

Numeric matrix (415 samples x 2,828 variants). Genotype dosage matrix with synthetic sample and variant names.

y_res

Named numeric vector (length 415). Residualized molecular phenotype values with synthetic sample names.

Examples

data(eqtl_region_example)
dim(eqtl_region_example$X)
#> [1]  415 2828
length(eqtl_region_example$y_res)
#> [1] 415