chmNewServer: Create a new object representing a NGCHM server.

View source: R/functions.R

chmNewServerR Documentation

Create a new object representing a NGCHM server.

Description

This function creates a new object that represents a NGCHM server.

Usage

chmNewServer(
  serverName,
  serverPort = 8080,
  deployServer = NULL,
  protoOpts = NULL,
  jarFile = NULL,
  serverURL = NULL
)

Arguments

serverName

The DNS name of the NGCHM server.

serverPort

The port on which the server is listening.

deployServer

The DNS name to use when deploying a NGCHM (defaults to serverName).

protoOpts

A list of protocol-specific parameters

jarFile

The location of the heatmap build jar file to use when making a NGCHM (defaults to jar file on serverURL WS).

serverURL

The URL used to access the NGCHM server (defaults to serverName:serverPort/chm).

Value

An object of class ngchmServer

See Also

ngchmServer

chmInstall()

chmUninstall()

Examples

cloudServ <- chmNewServer("dnsname.domain")


MD-Anderson-Bioinformatics/NGCHM-R documentation built on April 1, 2024, 12:34 p.m.