Description Usage Arguments Details Value Author(s) See Also
Gets the identifiers of the loaded genome browser drivers.
1 | genomeBrowsers(where = topenv(parent.frame()))
|
where |
The environment in which to search for drivers. |
This searches the specified environment for classes that extend
BrowserSession
. The prefix of the class name,
e.g. "ucsc" in "UCSCSession", is returned for each driver.
A character vector of driver identifiers.
Michael Lawrence
browseGenome
and browserSession
that create browserSession
implementations given an identifier
returned from this function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.