compute_mrce | R Documentation |
The function trains multivariate lasso with a given covariance estimate
compute_mrce(
X,
Y,
lambda = NULL,
nlambda = 50,
Omega,
nfolds = 5,
tol.in,
maxit.in,
verbose,
seed
)
X |
matrix, design matrix of SNP dosages |
Y |
matrix, matrix of G isoform expression across columns |
lambda |
vector, lambda penalty vector for LASSO to tune on |
nlambda |
int, number of lambda value for parameter selection |
Omega |
matrix, precision matrix of Y |
nfolds |
int, number of CV folds |
tol.in |
numeric, tolerance for objective difference |
maxit.in |
int, maximum number of iteractions |
verbose |
logical |
seed |
int, random seed |
CV MRCE fit
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.