[Genabel-commits] r843 - pkg/ProbABEL/src
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Feb 22 00:58:11 CET 2012
Author: lckarssen
Date: 2012-02-22 00:58:11 +0100 (Wed, 22 Feb 2012)
New Revision: 843
Modified:
pkg/ProbABEL/src/usage.h
Log:
Fixed a few typos in the palinear/palogist/pacoxph --help text.
Modified: pkg/ProbABEL/src/usage.h
===================================================================
--- pkg/ProbABEL/src/usage.h 2012-02-21 09:36:48 UTC (rev 842)
+++ pkg/ProbABEL/src/usage.h 2012-02-21 23:58:11 UTC (rev 843)
@@ -9,10 +9,10 @@
fprintf(stdout,"\t --nids : [optional] number of people to analyse\n");
fprintf(stdout,"\t --chrom : [optional] chromosome (to be passed to output)\n");
fprintf(stdout,"\t --out : [optional] output file name (default is regression.out.txt)\n");
- fprintf(stdout,"\t --skipd : [optional] how many columns to skip in predictor\n\t (dose/prob) file (default 2)\n");
+ fprintf(stdout,"\t --skipd : [optional] how many columns to skip in the predictor\n\t (dose/prob) file (default 2)\n");
#if COXPH
fprintf(stdout,"\t --ntraits : [optional] how many traits are analysed (default 2)\n");
-#else
+#else
fprintf(stdout,"\t --ntraits : [optional] how many traits are analysed (default 1)\n");
#endif
fprintf(stdout,"\t --ngpreds : [optional] how many predictor columns per marker\n\t (default 1 = MLDOSE; else use 2 for MLPROB)\n");
@@ -20,8 +20,8 @@
fprintf(stdout,"\t --score : use score test\n");
fprintf(stdout,"\t --no-head : do not report header line\n");
fprintf(stdout,"\t --allcov : report estimates for all covariates (large outputs!)\n");
- fprintf(stdout,"\t --interaction: Which covariate to use for interaction with SNP analysys (default is no ineraction, 0)\n");
- fprintf(stdout,"\t --interaction_only: like previos but without covariate acting in interaction with SNP (default is no ineraction, 0)\n");
+ fprintf(stdout,"\t --interaction: Which covariate to use for interaction with SNP analysys (default is no interaction, 0)\n");
+ fprintf(stdout,"\t --interaction_only: like previous but without covariate acting in interaction with SNP (default is no interaction, 0)\n");
fprintf(stdout,"\t --mmscore : score test in samples of related individuals. File with inverse of variance-covariance matrix (for palinear) or inverse correlation (for palogist) as input parameter\n");
fprintf(stdout,"\t --robust : report robust (aka sandwich, aka Hubert-White) standard errors\n");
fprintf(stdout,"\t --help : print help\n");
@@ -32,4 +32,3 @@
{
print_usage(program_name,exit_code);
}
-
More information about the Genabel-commits
mailing list