Annotate fine-mapping results from echolocatoR across all loci.
annotate_snps(
dat,
SNP_col = "SNP",
haploreg_annotation = TRUE,
regulomeDB_annotation = TRUE,
biomart_annotation = TRUE,
verbose = TRUE
)
Table containing at least a SNP column.
Name of the column in dat
that contain's each SNPs RSID.
Annotate SNPs with HaploReg
(using HaploR
).
Annotate SNPs with regulomeDB
(using HaploR
).
Annotate SNPs with biomart
.
Print messages.
dat <- echodata::BST1[Consensus_SNP==TRUE,]
dat_annot <- annotate_snps(dat = dat)
#> Loading required namespace: haploR
#> + Gathering annotation data from HaploReg...
#> ++ Submitting chunk 1 / 1
#> + Gathering annotation data from HaploReg...
#> ++ Submitting chunk 1 / 1
#> No encoding supplied: defaulting to UTF-8.
#> No encoding supplied: defaulting to UTF-8.
#> No encoding supplied: defaulting to UTF-8.
#> No encoding supplied: defaulting to UTF-8.
#> + Gathering annotation data from Biomart...