Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.2 KB

README.md

File metadata and controls

35 lines (22 loc) · 1.2 KB

GCPBayes package

Run a Gibbs sampler for a multivariate Bayesian sparse group selection model with Dirac, continues and hierarchical spike prior for detecting pleiotropic effects on two traits. This package is designed for summary statistics containing estimated regression coefficients and its estimated covariance matrix.

Here we provide a comprehensible detailed vignette to run Bayesian meta-analysis models using GCPBayes package.

We illustrate the inference by some simulated summary statistics.

This vignette can reproduces a part of the simulation study of our submitted paper entitled as follows:

Bayesian meta-analysis models to Cross Cancer Genomic Investigation of pleiotropic effects using group structure.

Getting Started

In this vignette we used the following R packages

  • library(MASS)
  • library(mvtnorm)
  • library(invgamma)
  • library(wiqid)
  • library(gdata)
  • library(truncnorm)
  • library(bayesplot)
  • library(abind)
  • library(magrittr)

Example Usage

Examples from the GCPaBayes can be found in the following:

  • CS: This analysis is presented here
  • DS: This analysis is presented here
  • HS: This analysis is presented here