Description Usage Arguments Details Value Author(s) See Also Examples
Compute posterior for association mapping.
1 |
data |
A list of dataframes which contains SNP IDs and p-values for the target GWASs, the length is the number of GWASs considered. |
X |
Design matrix of functional annotations without intercept, where row and column correspond to SNP and annotation, respectively. Default is |
id |
ID of the GWASs considered, the length can be 1, 2 and 3. For example, |
LPMfit |
LPM model fit. |
post
compute posterior for association mapping.
If the length of id
is 1, the value includes
posterior |
The posteriors that each SNP is associated with the target GWAS. |
If the length of id
is 2, the value includes
post.joint |
The posteriors that each SNP is associated with both the two target GWASs. |
post.marginal1 |
The posteriors that each SNP is associated with only the first target GWAS. |
post.marginal2 |
The posteriors that each SNP is associated with only the second target GWAS. |
If the length of id
is 2, the value includes
post.joint |
The posteriors that each SNP is associated with all the three target GWASs. |
post.marginal1 |
The posteriors that each SNP is associated with only the first target GWAS. |
post.marginal2 |
The posteriors that each SNP is associated with only the second target GWAS. |
post.marginal3 |
The posteriors that each SNP is associated with only the third target GWAS. |
post.marginal12 |
The posteriors that each SNP is associated with both the first and the second target GWAS. |
post.marginal13 |
The posteriors that each SNP is associated with both the first and the third target GWAS. |
post.marginal23 |
The posteriors that each SNP is associated with both the second and the third target GWAS. |
Jingsi Ming
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.