Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[support] replicable result on inidvidual level #357

Open
shawndocker-24 opened this issue May 13, 2024 · 1 comment
Open

[support] replicable result on inidvidual level #357

shawndocker-24 opened this issue May 13, 2024 · 1 comment

Comments

@shawndocker-24
Copy link

i want to perform PRS calculation and i want to make sure the same set of SNPs are used every time, so that the result is replicable every time for each individual.

below is the code:

Rscript PRSice.R
--dir /usr/local/lib/
--prsice PRSice_linux
--base /mnt/BrainHealth/WGS/base/grit.hg38.base
--target /mnt/BrainHealth/WGS/plink-209_2023/brain209new.qc
--out 209
--print-snp
--thread 20
--stat BETA
--beta
--extract /mnt/BrainHealth/WGS/plink-723_20240402/brain.VQSR.PASS.new.qc.bim
--no-regress
--no-clump

i use
--no-regress since our task is to calculate PRS without phennotype.
--extract to limit the SNPs to the QCed ones,
--no-clump to minimize differnt SNPs due to target file

Target file is evetything that changes.
yet it seems that still, PRSice are using different set of SNPs.

Could anyone give any suggestions, as for how to keep SNPs(thus, the model) the same, to make results replicable on an individual level?

@choishingwan
Copy link
Owner

choishingwan commented Jul 13, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants