YinLiLin / KAML

:bicyclist: Kinship Adjusted Multi-Loci Best Linear Unbiased Prediction
GNU General Public License v3.0
41 stars 12 forks source link

LD阈值设定 #9

Open GO-lisen opened 3 years ago

GO-lisen commented 3 years ago

请问尹博士,KAML有LD阈值设定的功能吗?我在说明书上没有找到

YinLiLin commented 3 years ago

KAML在挑选prior QTN过程中可设置设置LD阈值,参数为cor.threshold,默认为0.3

GO-lisen commented 3 years ago

好的 感谢尹博士,还有hiblup在window上安装时没有出现问题,但是在linux中安装时出现了以下问题

Error: package or namespace load failed for ‘hiblup’ in dyn.load(file, DLLpath = DLLpath, ...): unable to load shared object '/home/pgbl/R/x86_64-pc-linux-gnu-library/3.6/hiblup/libs/hiblup.so': libRlapack.so: cannot open shared object file: No such file or directory

在网上搜索了很多办法也无法解决,请问尹博士见过这个问题吗?

YinLiLin commented 3 years ago

Linux下请严格按照我们发布的shell脚本安装HIBLUP,否则HIBLUP无法与依赖库链接,出现上面的报错信息。 Please exactly follow the shell script we released on the official website to install HIBLUP at Linux platform, otherwise you will get the error above as HIBLUP can not link the dependent libraries.