Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Lyon committed Jan 6, 2022
1 parent da6be5b commit fff71db
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 5 additions & 1 deletion mkdocs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@
[![Build Status](https://github.com/MRCIEU/vargwas/actions/workflows/test.yml/badge.svg)](https://github.com/MRCIEU/vargwas/actions)
<!-- badges: end -->

Software to perform genome-wide association study of SNP effects on trait variance
Software to perform genome-wide association study of SNP effects on trait variance

## Citation

Lyon M, Millard L, Davey Smith G, Gaunt T, Tilling K. Hypothesis-free detection of gene-interaction effects on biomarker concentration in UK Biobank using variance prioritisation. MedRxiv (2022). <https://doi.org/10.1101/2022.01.05.21268406>
5 changes: 3 additions & 2 deletions mkdocs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Requires UNIX environment. Use [Docker](install.md#Docker) for Windows.

Program to perform GWAS of trait variability against variants in the BGEN format
Usage:
varGWAS v1.2.1 [OPTION...]
varGWAS v1.2.3 [OPTION...]

-v, --variable_file arg Path to phenotype file
-s, --sep arg File separator
Expand All @@ -17,8 +17,9 @@ Usage:
-p, --phenotype arg Column name for phenotype
-i, --id arg Column name for genotype identifier
-m, --maf arg Filter out variants with a MAF below this threshold
-f, --flip Flip alleles
-h, --help Print usage
-t, --threads arg Number of threads
-t, --threads arg Number of threads (default: 8)
```

## Phenotypes
Expand Down

0 comments on commit fff71db

Please sign in to comment.