diff options
author | Pjotr Prins | 2020-09-30 08:54:29 +0100 |
---|---|---|
committer | Pjotr Prins | 2020-11-29 08:50:44 +0000 |
commit | 5d4b24280e21da87814ba1b88310bb9b969c4fef (patch) | |
tree | 05b9e0972c7623d144f23e3e6f3752d559c12a3e | |
parent | 1b5b437ed0ae3fccabc5df31b0d7d2058e9cf058 (diff) | |
download | pangemma-5d4b24280e21da87814ba1b88310bb9b969c4fef.tar.gz |
Added information on disabling filters
Relates to #234
-rw-r--r-- | doc/manual.pdf | bin | 319480 -> 272474 bytes | |||
-rw-r--r-- | doc/manual.tex | 15 |
2 files changed, 8 insertions, 7 deletions
diff --git a/doc/manual.pdf b/doc/manual.pdf Binary files differindex 1b7dc5d..0980ea6 100644 --- a/doc/manual.pdf +++ b/doc/manual.pdf diff --git a/doc/manual.tex b/doc/manual.tex index 73acb60..1cf0400 100644 --- a/doc/manual.tex +++ b/doc/manual.tex @@ -733,21 +733,24 @@ The are a few SNP filters implemented in the software. \item Missingness. By default, SNPs with missingness below 5\% will not be included in the analysis. Use ``-miss [num]'' to change. For - example, ``-miss 0.1'' changes the threshold to 10\%. + example, ``-miss 0.1'' changes the threshold to 10\%. With + ``-miss 1.0'' the filter is disabled. \item Minor allele frequency. By default, SNPs with minor allele frequency below 1\% will not be included in the analysis. Use ``-maf [num]" to change. For example, ``-maf 0.05'' changes the threshold - to 5\%. + to 5\%. With ``-notsnp'' the filter is disabled. \item Correlation with any covariate. By default, SNPs with $r^2$ correlation with any of the covariates above 0.9999 will not be included in the analysis. Use ``-r2 [num]'' to change. For example, - ``-r2 0.999999'' changes the threshold to 0.999999. + ``-r2 0.999999'' changes the threshold to 0.999999. With ``-r2 + 1.0'' the filter is disabled. \item Hardy-Weinberg equilibrium. Use ``-hwe [num]'' to specify. For example, ``-hwe 0.001'' will filter out SNPs with Hardy-Weinberg $p$ - values below 0.001. + values below 0.001. With ``-hwe 0'' or ``--notsnp'' the filter is + disabled. \item User-defined SNP list. Use ``-snps [filename]'' to specify a list of SNPs to be included in the analysis. @@ -1452,7 +1455,7 @@ You can use -outdir with gemma as a bash script \end{verbatim} makes a unique temp directory where the output is stored, here -relative to $HOME, but you can take any path. +relative to \$HOME, but you can take any path. \subsection{How do I prepare the phenotype file for BSLMM?} @@ -1480,8 +1483,6 @@ prefix.prdt.txt file will match the total sample size. Please refer to the GWAS sample data set and some demo scripts included with the GEMMA source code for detailed examples. -\end{enumerate} - \clearpage \newpage |