chmMakePublic {NGCHM}R Documentation

Make NG-CHM Public on Server

Description

This function makes a specific NG-CHM (Next-Generation Clustered Heat Map) public on a specified server.

Usage

chmMakePublic(server, chm)

## S4 method for signature 'ngchmServer,character'
chmMakePublic(server, chm)

## S4 method for signature 'ngchmServer,ngchm'
chmMakePublic(server, chm)

## S4 method for signature 'character,ngchm'
chmMakePublic(server, chm)

## S4 method for signature 'character,character'
chmMakePublic(server, chm)

Arguments

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 public.

Value

No return value. The function is called for its side effect of making the specified NG-CHM public on the specified server.

See Also

ngchmServer

ngchm

chmInstall()

chmUninstall()

chmMakePrivate()


[Package NGCHM version 1.0.3 Index]