aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPjotr Prins2021-08-26 12:38:56 +0200
committerPjotr Prins2021-08-26 12:38:56 +0200
commit147148309badde0c2aa80ec3d07efbd21e6f3fbc (patch)
treea98e80837d2df6debc00137e44b9d0f346505f0e /doc
parent552232d9f88a0775590cfe9971b9613195375005 (diff)
downloadpangemma-147148309badde0c2aa80ec3d07efbd21e6f3fbc.tar.gz
Manual: missingness correction thanks to @alycemac
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.tex b/doc/manual.tex
index a12ce0d..7021e3c 100644
--- a/doc/manual.tex
+++ b/doc/manual.tex
@@ -719,7 +719,7 @@ The are a few SNP filters implemented in the software.
\item Polymorphism. Non-polymorphic SNPs will not be included in the
analysis.
-\item Missingness. By default, SNPs with missingness below 5\% will
+\item Missingness. By default, SNPs with missingness above 5\% will
not be included in the analysis. Use ``-miss [num]'' to change. For
example, ``-miss 0.1'' changes the threshold to 10\%. With
``-miss 1.0'' the filter is disabled.