Open fmadani opened 2 years ago
Thank you Timothy. Last two quick questions: 1- Why HapMap3 is not used instead of test (target) bfile to generate LD panel?
2- I am looking for to understand more deeply the algorithm used in the Lassosum. I drew a diagram based on the lassosum code. Here is the diagram:
I'd like to drill down to "lassosum modelling" box and to figure out what the main steps are taken in it. Would you please help me out and let me know what the main steps of the lassosum algorithm are? Any reference or source to study would be appreciated. (FYI: I read your paper published, but it more explain the math part. I need to know general steps taken in the lassosum library. I reviewed the codes, but I couldn't find out the steps.)
Regards,
Best, Tim
Hi @privefl , @tshmak
I am benchmarking PRS/PGS methods practiced in the PRS tutorial. Regard to Lassosum, I got some confusions. I'd appreciate if you clarify them. Here they are:
1- In the paper (Polygenic scores via penalized regression on summary statistics) and the introduction of the lassosum repository, it is mentioned that 'reference panel' is deployed to use its LD information. In the exercise provided in the tutorial, ref.bfile is literally the bed file of the target dataset (EUR.QC.bed in the Height case), while it is expected ref.bfile refers to a reference panel file like HapMap3. Please clarify this confusion.
2- In the tutorial, fam variable is calculated via these codes: fam <- fread(paste0(bfile, ".fam")) fam[,ID:=do.call(paste, c(.SD, sep=":")),.SDcols=c(1:2)]
but, there is no application for fam. Please clarify.
3- Why there is no 'SNPs matching' like what we have in LDpred-2?
Thank you, Farshad