Skip to content
Snippets Groups Projects
Commit e0e0da66 authored by Hanna  JULIENNE's avatar Hanna JULIENNE
Browse files

Merge branch 'fix_by_Haibo' into 'master'

GWAS description add Nsample, Ncase and Ncontrol

See merge request !100
parents b5bee29a 22aee8ee
No related branches found
No related tags found
1 merge request!100GWAS description add Nsample, Ncase and Ncontrol
......@@ -16,14 +16,14 @@ GWAS description
This file that must contain the following columns and tab-separated:
+-------------+----------+-------------------+--------------+--------------------+-----------------+-------------+--------------------+
| Consortium | Outcome | FullName | Type | Reference | ReferenceLink | dataLink | internalDataLink |
+=============+==========+===================+==============+====================+=================+=============+====================+
| GIANT | HIP | Hip Circumference | Anthropometry| Shungin et al. 2015| url to reference| url to data | local path to data |
+-------------+----------+-------------------+--------------+--------------------+-----------------+-------------+--------------------+
The Consortium and outcome names must correspond to the name of the summary statistic files and covariance columns. The last four columns
can be left blank if the user doesn't want to run JASS on a server.
+-------------+----------+-------------------+--------------+--------------------+--------------------+--------------------+--------------------+-----------------+-------------+--------------------+
| Consortium | Outcome | FullName | Type | Nsample | Ncase | Ncontrol | Reference | ReferenceLink | dataLink | internalDataLink |
+=============+==========+===================+==============+====================+====================+====================+====================+=================+=============+====================+
| GIANT | HIP | Hip Circumference | Anthropometry| 142762 | | | Shungin et al. 2015| url to reference| url to data | local path to data |
+-------------+----------+-------------------+--------------+--------------------+--------------------+--------------------+--------------------+-----------------+-------------+--------------------+
The Consortium and outcome names must correspond to the name of the summary statistic files and covariance columns. Nsample, Ncase and Ncontrol can be left blank. The last four columns
can also be left blank if the user doesn't want to run JASS on a server.
GWAS results files
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment