R/annotate_missense.R
annotate_missense.Rd
Annotate any missense variants with getBM.
annotate_missense(merged_DT, snp_filter = "Support>0")
Merged fine-mapping results data from echolocatoR::finemap_loci.
echolocatoR::finemap_loci
Row-wise filter to apply to merged_DT filter (provided as a string).
merged_DT
Other annotate: biomart_snp_info(), biomart_snps_to_geneInfo(), haplor_epigenetics_enrichment(), haplor_epigenetics_summary(), haplor_haploreg(), haplor_regulomedb(), plot_missense(), snps_by_mutation_type()
biomart_snp_info()
biomart_snps_to_geneInfo()
haplor_epigenetics_enrichment()
haplor_epigenetics_summary()
haplor_haploreg()
haplor_regulomedb()
plot_missense()
snps_by_mutation_type()
if (FALSE) { # \dontrun{ merged_DT <- echodata::get_Nalls2019_merged() annotated_DT <- annotate_missense(merged_DT = merged_DT) } # }