r-lib / vctrs

Generic programming with typed R vectors
https://vctrs.r-lib.org
Other
282 stars 65 forks source link

error in vctrs when running MRlap #1913

Closed Cui4399 closed 4 months ago

Cui4399 commented 4 months ago

I runned MRlap to do twosample MR when there are sample overlaps. My exposure and outcome data are both from Finngen, log files for ldsc and munge seems normal,and my codes are as follows: reslap = MRlap(exposure = GP,

DavisVaughan commented 4 months ago

I think you will want to discuss this with the authors of MRlap.

It is saying that you are trying to perform a join that ends up resulting in >94 billion rows, way too many for R. This is likely an incorrect by argument in a dplyr join function, and you should probably bring that up to them!