[Genabel-commits] r1418 - pkg/OmicABEL/src/reshuffle
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Nov 26 20:33:26 CET 2013
Author: sharapovsodbo
Date: 2013-11-26 20:33:26 +0100 (Tue, 26 Nov 2013)
New Revision: 1418
Modified:
pkg/OmicABEL/src/reshuffle/main.cpp
Log:
-ver 0.32
--upd: documentation: README-reshuffle
Modified: pkg/OmicABEL/src/reshuffle/main.cpp
===================================================================
--- pkg/OmicABEL/src/reshuffle/main.cpp 2013-11-26 19:23:54 UTC (rev 1417)
+++ pkg/OmicABEL/src/reshuffle/main.cpp 2013-11-26 19:33:26 UTC (rev 1418)
@@ -21,10 +21,12 @@
cout << " by trait's indexes OR/AND names OR/AND regexp"<<endl<<endl;
cout << " --snp=<indexes OR/AND names OR/AND focus> | to get data"<<endl;
cout << " by SNP's indexes OR/AND names"<<endl<<endl;
- cout << " --heritabilities=<indexes OR/AND names OR/AND regexp>"<<endl;
+ cout << " --herit=<indexes OR/AND names OR/AND regexp>"<<endl;
cout << " to get estimates of trait's heritability, sigma, res_sigma and betas"<<endl<<endl;
+ cout << " --chi | to get data with chi-square column"<<endl<<endl;
cout << " --chi=<number> | to get data by snp's, which chi2>number"<<endl<<endl;
cout << " --dataslim | to get slim data [You should set --chi=<number>]"<<endl<<endl;
+ cout << " --info | to get some information about program's run"<<endl<<endl;
exit(1);
}
More information about the Genabel-commits
mailing list