View source: R/annotate_missense.R
| annotate_missense | R Documentation |
Annotate any missense variants with getBM.
annotate_missense(merged_DT, snp_filter = "Support>0")
merged_DT |
Merged fine-mapping results data from finemap_loci. |
snp_filter |
Row-wise filter to apply to |
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()
## Not run:
merged_DT <- echodata::get_Nalls2019_merged()
annotated_DT <- annotate_missense(merged_DT = merged_DT)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.