wormbase_view | R Documentation |
wormbase_view Generates an HTML embed tag for a wormbase 'jbrowse' session at the specified location, optinally with a region highlighted.
wormbase_view(chr, vstart, vend, hstart = NULL, hend = NULL)
chr |
the chromosome (no preceeding chr just the numeral) |
vstart |
view starting position |
vend |
view ending position |
hstart |
highlight starting position (optional) |
hend |
highlight ending position (optional) |
character string of html embed tag for jbrowe at locus
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.