View source: R/ideo_add_highlight.R
ideo_add_highlight | R Documentation |
Title
ideo_add_highlight(ideo, region, tick_len = 15)
ideo |
ideo object, object to add a highlight region. |
region |
list, the region to highlight, |
tick_len |
numeric, the vertical height of the highligh region. |
ideo object.
ideo <- create_ideo(chr="chr4",ideo.width=400) ideo <- ideo_add_highlight(ideo, region=c(50000,60000))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.