diff options
author | Peter Carbonetto | 2017-08-21 11:37:49 -0500 |
---|---|---|
committer | Peter Carbonetto | 2017-08-21 11:37:49 -0500 |
commit | 3a06aee66e89451f4705a6e54fb3256cbfa30e1a (patch) | |
tree | d7504af73583698c2284ae9ee1c78bea3748a133 /doc | |
parent | d0486907405cfc2af758bd8dae1abb8d223e5ce0 (diff) | |
download | pangemma-3a06aee66e89451f4705a6e54fb3256cbfa30e1a.tar.gz |
Added more detailed description of -widv option following Xiang's description given in Issue #59.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual.pdf | bin | 268024 -> 267950 bytes | |||
-rw-r--r-- | doc/manual.tex | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.pdf b/doc/manual.pdf Binary files differindex bc2181a..1e9e7b3 100644 --- a/doc/manual.pdf +++ b/doc/manual.pdf diff --git a/doc/manual.tex b/doc/manual.tex index c0119dc..ce24ba5 100644 --- a/doc/manual.tex +++ b/doc/manual.tex @@ -1454,7 +1454,7 @@ source code for detailed examples. \item \textcolor{red}{ -d [filename]} \quad specify input eigen value file name \item \textcolor{red}{ -u [filename]} \quad specify input eigen vector file name \item \textcolor{red}{ -c [filename] } \quad specify input covariates file name (optional); an intercept term is needed in the covariates file -\item \textcolor{red}{ -widv [filename] } \quad specify input weight file name; this is only used for weighting the residual variance of different individuals +\item \textcolor{red}{ -widv [filename] } \quad weight file contains a column of positive values to be used as weights for residuals---each weight corresponds to an individual, in which a high weight corresponds to high residual error variance for this individual (similar in format to phenotype file) \item \textcolor{red}{ -gxe [filename] } \quad specify input environmental covariate file name; this is only used for detecting gene x environmental interactions \item \textcolor{red}{ -cat [filename] } \quad specify input SNP category file name; this is only used for variance component estimation using summary statistics \item \textcolor{red}{ -beta [filename] } \quad specify input beta/z file name; this is only used for variance component estimation using summary statistics |