Skip to contents

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

Usage

chmMakePrivate(server, chm)

# S4 method for class 'ngchmServer,character'
chmMakePrivate(server, chm)

# S4 method for class 'ngchmServer,ngchm'
chmMakePrivate(server, chm)

# S4 method for class 'character,ngchm'
chmMakePrivate(server, chm)

# S4 method for class 'character,character'
chmMakePrivate(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 private.

Value

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