This is a test version of Biostars. For the public version, visit https://www.biostars.org.
PRS with multiple panels of SNP weights

Hi everyone,

I would like to estimate the Polygenic risk score with multiple SNP weight panels, do you know what is the most efficient way to do that?

I tried with PLINK(2) but it seems each time, we will need to read the genotype file again which is time-consuming.

Thank you very much!

prs

1 answer

PLINK2 accepts a multicolumn file, where each column corresponds to a different set of SNP weights.

Thanks you very much Christopher!

Log in to answer this question.