Skip to content

Commit

Permalink
Updated README file
Browse files Browse the repository at this point in the history
  • Loading branch information
lemieuxl committed Jan 26, 2016
1 parent eac14aa commit 35f63a8
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.mkd
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ Using either `python` or `python3`:
```console
$ python compute_lambda.py --help
usage: compute_lambda.py [-h] [-v] -i FILE [FILE ...] [-d DELIM] -f NAME
[--chi2]
[--snp-field NAME] [--chi2] [--p-value] [--one-sided]
[-e FILE]

Compute inflation factor (lambda) in GWAS results.

Expand All @@ -37,6 +38,19 @@ INPUT FILES:
The field delimiter (default is a tabulation).
-f NAME, --field NAME
The name of the field containing the statistics.
--snp-field NAME The name of the field containing the SNP name.

GENERAL OPTIONS:
--chi2 Statistics were computed using a chi-squared
distribution.
--p-value, -p Flag to use the p-value instead of the statistic. This
assumes a standard normal distribution for the test
statistic.
--one-sided Flag for one-sided tests (when using p-values to
compute the inflation factor

SUBSET OPTIONS:
-e FILE, --extract FILE
A file containing markers to extract for the analysis
(only one marker per line).
```

0 comments on commit 35f63a8

Please sign in to comment.