Calculates genome-wide genetic correlation between two complex traits using TWAS summary statistics.
1 | rhoge.gw(trait1, trait2, n1, n2, p = 0.05, regions = grch37.eur.loci)
|
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.