diff options
author | Peter Carbonetto | 2017-08-21 15:54:55 -0500 |
---|---|---|
committer | Peter Carbonetto | 2017-08-21 15:54:55 -0500 |
commit | c7cbd8b2d5a06b7b86733719315f9da1638cb32e (patch) | |
tree | c93e92ffe4648f03b242a6f8ef11b82888c8d5ff /doc | |
parent | 6fc4b72870f6e642f68aceffc39f3a2768c3519a (diff) | |
download | pangemma-c7cbd8b2d5a06b7b86733719315f9da1638cb32e.tar.gz |
Added explanation of "beta estimates" in log.txt outputs.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual.pdf | bin | 267950 -> 269308 bytes | |||
-rw-r--r-- | doc/manual.tex | 31 |
2 files changed, 30 insertions, 1 deletions
diff --git a/doc/manual.pdf b/doc/manual.pdf Binary files differindex 1e9e7b3..b760cc1 100644 --- a/doc/manual.pdf +++ b/doc/manual.pdf diff --git a/doc/manual.tex b/doc/manual.tex index ce24ba5..1e042e7 100644 --- a/doc/manual.tex +++ b/doc/manual.tex @@ -980,7 +980,36 @@ There will be two output files, both inside an output folder in the current directory. The prefix.log.txt file contains some detailed information about the running parameters and computation time. In addition, prefix.log.txt contains PVE estimate and its standard error -in the null linear mixed model. +in the null linear mixed model. Here is an example log file in which +an additional covariates file is also provided: +% +\begin{verbatim} +## Summary Statistics: +## number of total individuals = 1940 +## number of analyzed individuals = 1197 +## number of covariates = 2 +## number of phenotypes = 1 +## number of total SNPs = 12226 +## number of analyzed SNPs = 10758 +## REMLE log-likelihood in the null model = -1355.27 +## MLE log-likelihood in the null model = -1356.45 +## pve estimate in the null model = 0.598772 +## se(pve) in the null model = 0.0356942 +## vg estimate in the null model = 1.42894 +## ve estimate in the null model = 0.344439 +## beta estimate in the null model = 0.00735198 0.0425024 +## se(beta) = 0.0169633 0.025582 +\end{verbatim} +% +In this example, the ``null model'' in which none of the 10,758 +analyzed SNPs have an effect on phenotype, explains about 60\% of the +variance in the phenotype residuals (with standard error of 3.6\%) +after removing linear effects of the two covariates. The genetic and +environmental variance components of the residuals are 1.43 and 0.34, +respectively. The last two lines in the log file give the coefficients +of the two covariates in the fitted linear mixed model, with standard +errors. The first number (0.007) is the estimate of the intercept +because the first column in the covariates file is a column of ones. The prefix.assoc.txt contains the results. An example file with a few SNPs is shown below: |