Description Usage Arguments Details Value Author(s) See Also Examples
Statistical inference for association mapping.
1 |
post |
The posterior for association mapping. |
FDRset |
FDR level. Default is 0.1. |
fdrControl |
Method to control FDR. Possible values are "global" (global FDR control) and "local" (local FDR control). |
assoc
makes statistical inference for association mapping.
The binary values indicating association of SNPs, where one indicates association and zero otherwise. The format is the same with post
.
Jingsi Ming
1 | assoc.SNP <- assoc(posterior1, FDRset = 0.1, fdrControl = "global")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.