You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All this needs is beta, SE, and sample size (N) to compute. Technically allele frequency is part of the computation as well, but since it's in the numerator and the denominator, the value doesn't affect the end result. Here is an example within Excel:
beta SE MAF N estRsq
-10.637 2.07 0.083534137 3735 0.007020167
Where the formula for estRsq is =2*POWER(A2,2)*C2*(1-C2)/(2*POWER(A2,2)*C2*(1-C2)+POWER(B2,2)*2*D2*C2*(1-C2))
GSP needs to calculate the percent variance explained via a simple formula
The text was updated successfully, but these errors were encountered: