The file : "/JASS_Pre-processing/main_preprocessing.py" gives an example on how to use
this package.
The file : "/JASS_Pre-processing/main_preprocessing.py" gives a complete example on
how to use this package.
Input
======
* A reference panel (1000 genome format)
* A reference panel (1000 genome format). The user is expected to provide a reference panel in tsv format with the following columns in that order, without header:
+-----+-----+------------+-----+-----+---------+
| chr | pos | snp_id | ref | alt | MAF |
+=====+=====+============+=====+=====+=========+
| 1 |13116| rs62635286 | T | G |0.0970447|
+-----+-----+------------+-----+-----+---------+
| 1 |13118| rs200579949| A | G |0.0970447|
+-----+-----+------------+-----+-----+---------+
| 1 |14604| rs541940975| A | G | 0.147564|
+-----+-----+------------+-----+-----+---------+
| 1 |14930| rs75454623 | A | G | 0.482228|
+-----+-----+------------+-----+-----+---------+
* Folder containing all raw gwas data (all chromosomes in one file)
* a list containing the name of GWAS file to the string format.
* A descriptor csv files that will described each GWAS summary statistic files
* A descriptor csv files that will described each GWAS summary statistic files: