Description Usage Arguments Value Author(s) Examples
Set the viewing region in an external genome browser
1 | region(object) <- value
|
object |
An object representing the browser |
value |
A GRanges object with a single range indicating the location (including chromosome found in seqnames) to shift the viewing region to. |
This function initiates an action within the external Genome Browser and does not have a meaningful return value.
Gabriel Becker
1 2 3 4 5 | ## Not run:
igb = igbSession(host = "myhost", port = 8000)
region(igb) = GRanges(seqnames="chr4", IRanges(500, 10000))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.