Generate the list of inverse of covariance matrices used in MVMR-cML-DP
MVMR-cML-DP
invcov_mvmr(se_bx, se_by, rho_mat)
se_bx
: A m*L matrix of standard errors of SNP-exposure associationse_by
: A vector of standard errors of SNP-outcome associationrho_mat
: The correlation matrix among the L exposures and the outcomeA list of inverse of covariance matrices with respect to each genetic variant, retaining the ordering in se_bx
Useful links