We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddb108b commit f9c6f44Copy full SHA for f9c6f44
docs/simulation.rst
@@ -50,7 +50,7 @@ Family-based GWAS without imputed parental genotypes
50
To perform a family-based GWAS, we use the :ref:`gwas.py <gwas.py>` script.
51
To perform a family-based GWAS without imputed parental genotypes, use the following command:
52
53
- ``gwas.py phenotype.txt --pedigree pedigree.txt --bed chr_@ --out chr_@_sibdiff ``
+ ``gwas.py phenotype.txt --pedigree pedigree.txt --bed chr_@ --out chr_@_sibdiff``
54
55
The first argument is the phenotype file. As we are not inputting an imputed parental genotype file,
56
we must specify the pedigree information from the pedigree file using the ``--pedigree pedigree.txt`` argument.
0 commit comments