Description Usage Arguments Details
Function to obtain elastic net effect size estimates given summary statistics and a reference panel
1 2 3 4 5 6 7 8 9 10 11 12 13  | 
cors | 
 A vector of correlations, representing the univariate SNP-phenotype associations from the summary statistic data.  | 
bfile | 
 The stem of a PLINK binary file to be used as a reference panel.  | 
lambdas | 
 Vector of values of lambda.  | 
alphas | 
 Vector of values of alpha.  | 
s | 
 Vector of values for s.  | 
thr | 
 Convergence threshold.  | 
init | 
 Initial values for β.  | 
maxIter | 
 Maximum number of iterations.  | 
extract | 
 Vector of the indices of SNPs to keep. If null, will keep all SNPs.  | 
ldBlocks | 
 Location of file specifying independent LD Blocks to be used. File should be in the BED file format. If null, estimation is done by chromosome.  | 
corBim | 
 Optional PLINK formatted '.bim' file that specifies SNP labels and locations for 'cors' vector. If non-null, will check for SNPs missing in the reference panel and handle ensuing estimation.  | 
Function finds the minimum of the elastic net objective function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.