coloc_prepare_dice.Rd将https://dice-database.org/downloads 下载的eqtl文件,根据基因ID或基因名提取数据或P值筛选 转为共定位文件
coloc_prepare_dice(
file_path,
gene = NULL,
samplesize = NA,
gene_annotation = Ensembl_GRCh37,
out_path = "./",
out_prefix = "dice"
)dice-database eQTL文件数据(.vcf.gz)的文件地址
基因ID或基因名,可以多个
样本量
基因信息,默认Ensembl_GRCh37,可选Ensembl_GRCh37或Ensembl_GRCh38
输出文件的路径,默认为当前工作目录
输出文件前缀
输出筛选解析的文件
coloc_prepare_dice(file_path = "./data_raw/B_CELL_NAIVE.vcf.gz",
gene = c("ENSG00000131584","ACAP3"),
out_path = "./data_prepare")