chmMakePrivate | R Documentation |
This function makes a specific NG-CHM (Next-Generation Clustered Heat Map) private on a specified server.
chmMakePrivate(server, chm)
## S4 method for signature 'ngchmServer,character'
chmMakePrivate(server, chm)
## S4 method for signature 'ngchmServer,ngchm'
chmMakePrivate(server, chm)
## S4 method for signature 'character,ngchm'
chmMakePrivate(server, chm)
## S4 method for signature 'character,character'
chmMakePrivate(server, chm)
server |
An object of class 'ngchmServer' representing the server where the NG-CHM is hosted. |
chm |
A single character string specifying the name of the NG-CHM to be made private. |
No return value. The function is called for its side effect of making the specified NG-CHM private on the specified server.
ngchmServer
ngchm
chmInstall()
chmUninstall()
chmMakePublic()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.