This is a test version of Biostars. For the public version, visit https://www.biostars.org.
PLINK multivariable GLM output: p-value without BETA and SE

Hi, I am using PLINK 2 GLM to associate the genetic variants that I have found with a phenotype in the tested population. This is the PLINK command I use:

./plink2 --pfile PGEN_FILE --glm --covar COVARIATES.TAB --tests all --adjust --out OUTPUT_FILE 

pLINK output

This is the output in the ".linear" file, listing every covariate in a different line.

I understand most of the output but I'm unsure about the last line, containing "USER_10DF". There is no BETA or SE in that line but a p-value. I assume it is some kind of overall model-based test and that the 10DF stands for 10 degrees of freedom but I can't find clear documentation in the pLINK manual or anywhere else.

The p-value given in the "USER_10DF" line is also the one that is saved in the "linear.adjusted" file under the same variant name (i.e., ID column). Here's the corresponding output from that file:

enter image description here

Is anyone familiar with this output and can confirm what it means?

Thanks much in advance!

linear-model glm plink

0 answers

No answers yet.

Log in to answer this question.