chmUninstall | R Documentation |
This function removes a specific NG-CHM (Next-Generation Clustered Heat Map) from a specified server.
chmUninstall(chm, ...)
## S4 method for signature 'character'
chmUninstall(chm, server = NULL, ...)
## S4 method for signature 'ngchm'
chmUninstall(chm, ...)
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. |
No return value. The function is called for its side effect of uninstalling the specified NG-CHM from the specified server.
ngchmServer
ngchm
chmInstall()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.