bmass

R package for 'Bayesian multivariate analysis of summary statistics' (Stephens Lab)

https://github.com/mturchin20/bmass

Science Score: 23.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 7 DOI reference(s) in README
  • Academic publication links
    Links to: biorxiv.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (16.4%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

R package for 'Bayesian multivariate analysis of summary statistics' (Stephens Lab)

Basic Info
Statistics
  • Stars: 9
  • Watchers: 2
  • Forks: 1
  • Open Issues: 0
  • Releases: 0
Created over 10 years ago · Last pushed almost 6 years ago
Metadata Files
Readme License

README.md

bmass: Bayesian multivariate analysis of summary statistics

CRAN status badge Travis Build Status

The bmass R package provides accessible functions for running the algorithms described in Stephens 2013 PLOS ONE and applied to multiple large, publicly available GWAS datasets in Turchin and Stephens 2019 PLOS Genetics. bmass conducts a Bayesian multivariate analysis of GWAS data using univariate association summary statistics. Output inclues whether any new SNPs are found as multivariate genome-wide significant as well as posterior probabilities of each significant SNP's assignment to different multivariate models.

For more details on the results of applying bmass to publicly available GWAS datasets, please see our paper in PLOS Genetics. For more details regarding the underlying algorithms of bmass, please see Stephens 2013 PLOS ONE.

If you find a bug, or you have a question or feedback on our work, please post an issue.

Citing this work

If you find the bmass package or any of the source code in this repository useful for your work, please cite:

Turchin MC and Stephens M (2019) "Bayesian multivariate reanalysis of large genetic studies identifies many new associations." PLOS Genetics 15(10): e1008431. doi.org/10.1371/journal.pgen.1008431

License

Copyright (c) 2016-2019, Michael Turchin and Matthew Stephens.

All source code and software in this repository are made available under the terms of the MIT license. See file LICENSE for the full text of the license.

Quick Start

To install bmass from CRAN:

{r} install.packages("bmass")

To install the most recent dev version of bmass from github: {r} install.packages("devtools") devtools::install_github("mturchin20/bmass@v1.0.3", build_vignettes=TRUE)

Once you have installed the package, load the package in R:

{r} library("bmass")

Next, view and run the example code provided in the first introductory vignette using simulated data. A second, more advanced introductory vignette is also available that involves downloading, processing, and analyzing the GlobalLipids 2013 data.

Credits

The bmass R package was developed by Michael Turchin at the University of Chicago, with contributions from Peter Carbonetto and Matthew Stephens, and based on the R code provided in Stephens 2013 PLOS ONE.

Owner

  • Name: Michael Turchin
  • Login: mturchin20
  • Kind: user
  • Location: Cambridge, MA
  • Company: Bristol Myers Squibb

Senior Scientist Statistical Genetics

GitHub Events

Total
Last Year

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 157
  • Total Committers: 3
  • Avg Commits per committer: 52.333
  • Development Distribution Score (DDS): 0.083
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
mturchin20 m****0@g****m 144
Peter Carbonetto p****o@g****m 12
Michael Turchin m****0@M****l 1

Packages

  • Total packages: 1
  • Total downloads:
    • cran 249 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 1
  • Total maintainers: 1
cran.r-project.org: bmass

Bayesian Multivariate Analysis of Summary Statistics

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 249 Last month
Rankings
Stargazers count: 18.7%
Forks count: 21.9%
Dependent packages count: 29.8%
Average: 35.1%
Dependent repos count: 35.5%
Downloads: 69.7%
Maintainers (1)
Last synced: 11 months ago

Dependencies

DESCRIPTION cran
  • R >= 3.3.0 depends
  • stats * imports
  • utils * imports
  • knitr * suggests
  • rmarkdown * suggests
  • testthat * suggests