Gets the identifiers of the loaded genome browser drivers.
获取基因组浏览器加载的驱动程序的标识符。
用法----------Usage----------
genomeBrowsers(where = topenv(parent.frame()))
参数----------Arguments----------
参数:where
The environment in which to search for drivers.
的环境中寻找司机。
Details
详情----------Details----------
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.
这为扩展BrowserSession的类搜索指定的环境。前缀的类的名称,例如“UCSC”在“UCSCSession”的,是为每个驱动程序返回。
值----------Value----------
A character vector of driver identifiers.
一个驱动器标识符的字符向量。
作者(S)----------Author(s)----------
Michael Lawrence
参见----------See Also----------
browseGenome and browserSession that create browserSession implementations given an identifier
browseGenome和browserSession创建browserSession标识符实现