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.

yRes

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

Examples

data(eqtlRegionExample)
dim(eqtlRegionExample$X)
#> [1]  415 2828
length(eqtlRegionExample$yRes)
#> [1] 415