Description Usage Arguments Details Value Author(s) See Also Examples
Fit bLPM.
1 |
data |
A list of dataframes which contains SNP IDs and p-values for multiple 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 |
alpha |
Initial values of parameter |
pi1_ |
Initial value of parameter |
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
fits the bLPM. It requires to provide SNP IDs and p-values for multiple GWASs to data
, while users can also provide annotation data to X
. The number of SNPs for GWASs are not required to be the same.
List of parameter estimation, the value of lower bound of Log-likelihood.
alpha |
Estimation of parameter |
alpha_stage1 |
Estimation of parameter |
alpha_stage2 |
Estimation of parameter |
pi1_stage1 |
Estimation of parameter pi1 in Stage 1 for each GWAS in each pair, which measures the proportion that eta equals 1. |
beta0 |
Estimation of parameter |
beta0_stage2 |
Estimation of parameter |
beta |
Estimation of parameter |
beta_stage2 |
Estimation of parameter |
rho |
Estimation of parameter |
R |
Reform |
L_stage1_List |
The value of Log-likelihood in Stage 1. |
L_stage2_List |
The value of Log-likelihood in Stage 2. |
L_stage3_List |
The value of Log-likelihood in Stage 3. |
Jingsi Ming
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.