坐标轴转换,hg19转hg38

Usage,
transform_hg19ToHg38(file_path = "", out_path = "./")

参数

file_path

用于转换的mr分析标准输入数据,数据中需要包含列名:SNP,effect_allele,other_allele,eaf,beta,se,pval,samplesize,chr,pos。

out_path

输出文件的路径

转换坐标后的mr标准文件

Examples

transform_hg19ToHg38(file_path = "ieu-a-302.txt")