region-setter: Set the Viewing Region

Description Usage Arguments Value Author(s) Examples

Description

Set the viewing region in an external genome browser

Usage

1
region(object) <- value

Arguments

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.

Value

This function initiates an action within the external Genome Browser and does not have a meaningful return value.

Author(s)

Gabriel Becker

Examples

1
2
3
4
5
## Not run: 
igb = igbSession(host = "myhost", port = 8000)
region(igb) = GRanges(seqnames="chr4", IRanges(500, 10000))

## End(Not run)

gmbecker/rigbLite documentation built on May 17, 2019, 6:44 a.m.