BrowserViz: Constructor for BrowserViz

Description Usage Arguments Value

View source: R/BrowserViz-class.R

Description

This constructor function:

Usage

1
2
3
4
5
6
7
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


BrowserViz documentation built on Nov. 8, 2020, 7:47 p.m.