Learn R Programming

snpsettest

The goal of ‘snpsettest’ is to provide simple tools that perform set-based association tests (e.g., gene-based association tests) using GWAS (genome-wide association study) summary statistics. A set-based association test in this package is based on the statistical model described in VEGAS (versatile gene-based association study), which combines the effects of a set of SNPs accounting for linkage disequilibrium between markers. This package uses a different approach from the original VEGAS implementation to compute set-level p values more efficiently, as described in here.

To install this package,

install.packages("snpsettest")

Here is a wiki page for tutorial.

Copy Link

Version

Install

install.packages('snpsettest')

Monthly Downloads

283

Version

0.1.2

License

GPL (>= 3)

Issues

Pull Requests

Stars

Forks

Maintainer

Jaehyun Joo

Last Published

September 9th, 2023

Functions in snpsettest (0.1.2)

snpsettest-package

snpsettest: A Set-Based Association Test using GWAS Summary Statistics
map_snp_to_gene

Map SNPs to genes
harmonize_sumstats

Harmonizing GWAS summary to reference data
snpset_test

Set-based association tests
read_reference_bed

Read a PLINK bed file for reference data
gene.curated.GRCh38

Human gene information from the GENCODE GRCh38 version
exGWAS

An example file of GWAS summary statistics
gene.curated.GRCh37

Human gene information from the GENCODE GRCh37 version