chmUninstall {NGCHM}R Documentation

Remove an NG-CHM from Server

Description

This function removes a specific NG-CHM (Next-Generation Clustered Heat Map) from a specified server.

Usage

chmUninstall(chm, ...)

## S4 method for signature 'character'
chmUninstall(chm, server = NULL, ...)

## S4 method for signature 'ngchm'
chmUninstall(chm, ...)

Arguments

chm

A single character string specifying the NG-CHM's name, or an object of class "ngchm" representing the NG-CHM to be uninstalled.

...

Additional server (protocol) specific parameters.

server

An object of class 'ngchmServer' or a character string representing the server from which the NG-CHM is to be uninstalled. If not provided, the current server is used.

Value

No return value. The function is called for its side effect of uninstalling the specified NG-CHM from the specified server.

See Also

ngchmServer

ngchm

chmInstall()


[Package NGCHM version 1.0.3 Index]