View source: R/annotate_snps.R
annotate_snps | R Documentation |
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
)
dat |
Table containing at least a SNP column. |
SNP_col |
Name of the column in |
haploreg_annotation |
Annotate SNPs with HaploReg
(using |
regulomeDB_annotation |
Annotate SNPs with regulomeDB
(using |
biomart_annotation |
Annotate SNPs with |
verbose |
Print messages. |
dat <- echodata::BST1[Consensus_SNP==TRUE,]
dat_annot <- annotate_snps(dat = dat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.