R package to perform Bayesian meta analysis on GWAS summary statistics.
You will need to install the devtools
and MASS
packages from CRAN. The former is needed to install from Github, while the latter has functions that this package relies on. From there, all you need to do is type
library("devtools")
install_github("trochet/metabf")
and you should be away.
This package is available under the GNU General Public License version 3.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.