rhoge.gw: Calculates genome-wide genetic correlation between two...

Description Usage Arguments

View source: R/inference.R

Description

Calculates genome-wide genetic correlation between two complex traits using TWAS summary statistics.

Usage

1
rhoge.gw(trait1, trait2, n1, n2, p = 0.05, regions = grch37.eur.loci)

Arguments

trait1

data.frame-like, TWAS results for trait 1

trait2

data.frame-like, TWAS results for trait 2

n1

integer, sample-size for trait 1 GWAS

n2

integer, sample-size for trait 2 GWAS

p

double, nominal significance threshold for genome-wide RhoGE estimate (default=0.05)

regions

data.frame-like, Approximate independent regions. Requires columns (Chr, Start, Stop). Default is estimated blocks in Europeans.


bogdanlab/RHOGE documentation built on May 25, 2019, 3:24 p.m.