simulation {GGPA}R Documentation

Simulation dataa for graph-GPA

Description

This is an simulation dataset.

Usage

 data(simulation) 

Format

simulation list object containing simulation data (element Y) and its simulation setting (the remaining elements).

Author(s)

Hang J. Kim, Dongjun Chung

References

Chung D, Kim H, and Zhao H (2016), "graph-GPA: A graphical model for prioritizing GWAS results and investigating pleiotropic architecture," 13(2): e1005388

Kim H, Yu Z, Lawson A, Zhao H, and Chung D (2017), "Improving SNP prioritization and pleiotropic architecture estimation by incorporating prior knowledge using graph-GPA."

Examples


# The simulation data set is included with the GGPA package
data(simulation)
head(t(simulation$pmat))


[Package GGPA version 1.2.0 Index]