hakyim / TO-DELETE-PrediXcan

Code for the in-dev PrediXcan Project
MIT License
28 stars 82 forks source link

What is the parameter setting when using the elastic net in prediction #28

Open yuanzhongshang opened 6 years ago

yuanzhongshang commented 6 years ago

Hi, Sorry for interrupting you. I wonder What is the parameter setting when using the elastic net in prediction?Just the default setting in the glmnet package? For instance, how to choose the lambda in real data? And what is your setting in your NG paper?

Thanks a lot. Bests, Zhongshang

hakyim commented 6 years ago

Here is our current pipeline, which should have the information you are seeking.

https://github.com/hakyimlab/PredictDB_Pipeline_GTEx_v7

Does this help?

Haky

On Thu, Apr 12, 2018 at 12:05 PM, yuanzhongshang notifications@github.com wrote:

Hi, Sorry for interrupting you. I wonder What is the parameter setting when using the elastic net in prediction?Just the default setting in the glmnet package? For instance, how to choose the lambda in real data? And what is your setting in your NG paper?

Thanks a lot. Bests, Zhongshang

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/hakyim/PrediXcan/issues/28, or mute the thread https://github.com/notifications/unsubscribe-auth/AC2ouQabEeOhF157JjU1faAoSe4AspuSks5tn4lugaJpZM4TSKk1 .

yuanzhongshang commented 6 years ago

Thanks for your timely reply. It is quite helpful. Thanks again.