BrowserViz constructor {BrowserViz}R Documentation

Constructor for BrowserViz

Description

This constructor function:

Usage

BrowserViz(
  portRange = 10000:10100,
  title = "BrowserViz",
  browserFile,
  quiet = TRUE,
  httpQueryProcessingFunction = NULL
)

Arguments

portRange

The constructor looks for a free websocket port in this range. 15000:15100 by default

title

Used for the web browser window, "igvR" by default

browserFile

The full path to the bundled html, js and libraries, and css which constitute the browser app

quiet

A logical variable controlling verbosity during execution

httpQueryProcessingFunction

a function, default NULL, provides subclasses with the opportunity to execute code on the http server created here.

Value

An object of the BrowserViZ class


[Package BrowserViz version 2.12.0 Index]