This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How To Interpret PLINK's plink.lasso File

After running PLINK --lasso command with an h2 estimate 0.8, I received a plink.lasso; however, I am a little confused on how that file is supposed to be interpreted.

Here is a sample of the .lasso file: .Lasso File

And below is PLINK's .lasso documentation: Documentation

I understand that h2(heritability) relates to the measure of the influence genes may have on an individual, but how does that relate to the EFFECT column having negative values?

Could anyone clarify?

plink

1 answer

i think the "effect" is something like beta in regression model, it estimate the effect A1 has to impact the phenotype value, like when performing TWAS , the phenotype is the gene expression, the effect tell you how large a SNP could influence the gene expression. And if the effect is negative, just like effect in GWAS, this allele have a negative effect on the phenotype value(larger A1 dosage, smaller phenotype value).

Log in to answer this question.