jean997 / cause

R package for CAUSE
https://jean997.github.io/cause/
52 stars 15 forks source link

There is no pval_cols argument in gwas_merge #26

Closed baike687 closed 2 years ago

baike687 commented 2 years ago

Hi, I encountered an issue when I was tring to formating the data for CAUSE. It went like this:

Error in gwas_merge(X1, X2, snp_name_cols = c("rs_number", "SNP"),` beta_hat_cols = c("beta", : unused argument (pval_cols = c("p.value", "P"))

Is there anyway to solve it? Than you very much.

baike687 commented 2 years ago

After installing the development version of CAUSE, the problem was solved.