chmHasProperty | R Documentation |
This function checks if a specific property exists in a NG-CHM (Next-Generation Clustered Heat Map) object.
chmHasProperty(object, label)
## S4 method for signature 'ngchmVersion2,character'
chmHasProperty(object, label)
object |
An object of class 'ngchmVersion2' representing the NG-CHM to be checked. |
label |
A single character string or a vector of character strings specifying the label(s) of the property(ies) to be checked. |
A logical value indicating whether the specified property(ies) exist in the 'ngchmVersion2' object. If 'label' is a vector, a logical vector is returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.