View source: R/compute_fixed.R
compute_fixed | R Documentation |
The function trains multivariate lasso with a given covariance estimate
compute_fixed(X, Y, lam2, Omega, tol.in, maxit.in, silent)
X |
matrix, design matrix of SNP dosages |
Y |
matrix, matrix of G isoform expression across columns |
lam2 |
numeric, lambda penalty for LASSO |
Omega |
matrix, precision matrix of Y |
tol.in |
numeric, tolerance for objective difference |
maxit.in |
int, maximum number of iteractions |
silent |
logical |
list of MRCE estimates
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.