MR标准文件清洗

coloc_gwas_clean(file_path = "", remove_snp_miss_rsid = F, out_path = "./")

参数

file_path

mr格式文件地址

remove_snp_miss_rsid

是否去除缺失rsid的SNP数据

out_path

输出文件路径

清洗后的文件

Examples

coloc_gwas_clean(file_path = "./finngen_R10_I9_CAVS_OPERATED.txt",out_path = "./")