choishingwan / PRSice

A software package for calculating, applying, evaluating and plotting the results of polygenic risk scores
http://prsice.info
GNU General Public License v3.0
187 stars 89 forks source link

Problems with quantile plots #370

Open Takashi-M891 opened 1 week ago

Takashi-M891 commented 1 week ago

Hello. Thank you very much for providing the PRSice-2 software. I have a question about its use. I created a PRS for a continuous variable. According to the summary file, the best results were obtained when the threshold was 0.26, with a PRS R² of 0.17 and a P-value of 0.0075. However, in the quantile plot figure, I noticed that as the "Strata of the Polygenic Score" increase, there is a tendency for the "Change in phenotype given score in strata" to shift negatively. I had expected a positive correlation, but is it possible for such a result to occur? I would appreciate it if you could provide some guidance on this matter. Thank you.

Takashi

choishingwan commented 1 week ago

Yup, that is possible. R2 is bidirectional, and your p-value isn't really significant. If you look at the coefficient, it should be negative. This usually happen when you are doing cross trait analyses, or that your overall analyses is not significant. Another thing you might want to check is to see if you have specified the effective allele correctly.

Sam

On Mon, Nov 11, 2024 at 5:04 AM Takashi-M891 @.***> wrote:

Hello. Thank you very much for providing the PRSice-2 software. I have a question about its use. I created a PRS for a continuous variable. According to the summary file, the best results were obtained when the threshold was 0.26, with a PRS R² of 0.17 and a P-value of 0.0075. However, in the quantile plot figure, I noticed that as the "Strata of the Polygenic Score" increase, there is a tendency for the "Change in phenotype given score in strata" to shift negatively. I had expected a positive correlation, but is it possible for such a result to occur? I would appreciate it if you could provide some guidance on this matter.

— Reply to this email directly, view it on GitHub https://github.com/choishingwan/PRSice/issues/370, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJTRYUAUPATSNA26VA3YYD2AB6LJAVCNFSM6AAAAABRRPDMVGVHI2DSMVQWIX3LMV43ASLTON2WKOZSGY2DQOBRGUZDGNA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

Takashi-M891 commented 1 week ago

To Sam

Thank you very much for your response. I see. Considering the aspect of multiple testing, this p-value is not significant, and such a result is possible. The effect allele was correctly specified. I sincerely appreciate your guidance.

Best regards, Takashi