View source: R/hotspot-annotate-maf.R
hotspot_annotate_maf | R Documentation |
Adds hotspot annotation to VEP-annotated MAF. Sources of default hotspots below.
hotspot_annotate_maf(maf, hotspot_tbl = NULL)
maf |
Input MAF. |
hotspot_tbl |
Custom table of hotspots. |
Annotated MAF with columns snv_hotspot
, threeD_hotspot
, indel_hotspot_type
and Hotspot
indicating types of hotspots. Note that the Hotspot
column does not includes 3D hotspots.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.