coloc_test_data: Simulated data to use in testing and vignettes in the coloc...

coloc_test_dataR Documentation

Simulated data to use in testing and vignettes in the coloc package

Description

Simulated data to use in testing and vignettes in the coloc package

Usage

data(coloc_test_data)

Format

A four of two coloc-style datasets. Elements D1 and D2 have a single shared causal variant, and 50 SNPs. Elements D3 and D4 have 100 SNPs, one shared causal variant, and one variant unique to D3. Use these as examples of what a coloc-style dataset for a quantitative trait should look like.

Examples

data(coloc_test_data)
names(coloc_test_data)
str(coloc_test_data$D1)
check_dataset(coloc_test_data$D1) # should return NULL if data structure is ok

chr1swallace/coloc documentation built on April 13, 2024, 1:05 a.m.