annotate all signals in GWAS / QTL dataset by genome location
xQTLanno_genomic(snpInfo = "", p_cutoff = 5e-08, genomeVersion = "hg38")A data.table object of variants' genomics distribution
A data.table/data.frame with three columns: chromosome, position, and P-value.
Cutoff of p-values of significant variants that will be annotated
"hg38" (default) or "hg19". Note: hg19 will be converted to hg38 automatically.