estimate_trait_sd | R Documentation |
Assumes that sample size and allele frequency is correct for each SNP, and that allele frequency gives a reasonable estimate of the variance of the SNP.
estimate_trait_sd(b, se, n, p)
b |
vector of effect sizes. |
se |
vector of standard errors. |
n |
vector of sample sizes. |
p |
vector of allele frequencies. |
Vector of sd estimates for each association.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.