Description Usage Arguments Details Value Author(s) See Also Examples
Fit bLPM if more GWASs are added.
1 |
data |
A list of dataframes which contains SNP IDs and p-values for original GWASs, the length is the number of GWASs. |
data |
A list of dataframes which contains SNP IDs and p-values for added GWASs, the length is the number of GWASs. |
X |
Design matrix of functional annotations without intercept, where row and column correspond to SNP and annotation, respectively. Default is |
bLPMfit |
bLPM fit for original GWASs. |
maxiter |
Maximum number of EM iteration. Default is 1000. |
tol |
Threshold to stop the EM iteration. Default is 1e-08. |
coreNum |
Number of cores used. Default is 1. |
verbose |
Whether or not to output the estimates of parameters in stage 1 and stage2. Defalut is FALSE. |
bLPM_add
fits the bLPM when more GWASs are added.
List of parameter estimation, the value of lower bound of Log-likelihood. It has the same form as bLPM
.
Jingsi Ming
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.