Description Usage Arguments Value
Provides identical results as meta-tissue in linear time with respect to the number of samples rather than cubic. Slight differences may be due to different optimization algorithms of the same likelihood function.
1 2 3 4 5 6 7 8 9 |
expr |
Matrix with individuals as rows and tissues as columns. Missing gene expression must be NA |
geno |
Vector of genotypes for each individual |
covs |
Matrix with individuals as rows and covariates as columns. |
heuristic |
Boolean. Uses heuristic for scaling standard errors. increases sensitivity at the cost of higher FPR. |
newRE |
Boolean. Use new random effects model to perform meta analyses as discussed in Sul et al. |
force.iter |
Boolean. If TRUE, force iterative method even when there is no missing data. This is included for testing purposes only. The optimal non-iterative method for no missing data is exact and way faster. |
verbose |
Boolean. Output logging info. |
List of estimated coefficients beta
, coefficient correlation
corr
, and sigma_g
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.