YinLiLin / KAML

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

could not find function "lmm.diago" #5

Open Talk-breeding opened 4 years ago

Talk-breeding commented 4 years ago

image

YinLiLin commented 4 years ago

Thank you for the feedback. This problem has been fixed for the latest version on GitHub, please install KAML from GitHub to update and try again.

YinLiLin commented 4 years ago

Please download from here: https://github.com/YinLiLin/KAML/releases/download/1.1.0/KAML_1.1.0.tar.gz Before install KAML locally, please install.packages("gaston") first.

YinLiLin commented 4 years ago

We didn't return the weight factor directly, but you can find the optimised top percentage and base value of log function from the output, which can be used to compute the weight factor following the equation listed in our published paper.

Talk-breeding commented 4 years ago

I see. Thanks.