This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
id trait ncase group_name year author consortium sex pmid population unit build ncontrol category subcategory ontology note mr nsnp priority sd sample_size | |
ieu-b-5103 Schizophrenia 1234 public 2022 Trubetskoy V PGC Males and Females 35396580 Hispanic or Latin American logOR HG19/GRCh37 3090 Disease NA MONDO:0005090 NA NA NA NA NA 4324 | |
ieu-b-5102 Schizophrenia 52017 public 2022 Trubetskoy V PGC Males and Females 35396580 European logOR HG19/GRCh37 75889 Disease NA MONDO:0005090 NA NA NA NA NA 127906 | |
ieu-b-5101 Schizophrenia 12305 public 2022 Trubetskoy V PGC Males and Females 35396580 East Asian logOR HG19/GRCh37 15058 Disease NA MONDO:0005090 NA NA NA NA NA 27363 | |
ieu-b-5100 Schizophrenia 64322 public 2022 Trubetskoy V PGC Males and Females 35396580 Mixed logOR HG19/GRCh37 90947 Disease NA MONDO:0005090 Core - East Asian and European meta analysis NA NA NA NA 155269 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import os | |
import sys | |
import pandas as pd | |
import numpy as np | |
import argparse | |
from argparse import RawTextHelpFormatter | |
import util | |
import re |