cgdsr-setPlotErrorMsg {cgdsr}R Documentation

Set custom plot error message

Description

Sets custom plot error message.

Usage

## S3 method for class 'CGDS'
setPlotErrorMsg(x, msg, ...)

Arguments

x

A CGDS object (required)

msg

A custom message (string)

...

Not used.

Author(s)

<jacobsen@cbio.mskcc.org>

References

cBio Cancer Genomics Portal: http://www.cbioportal.org/

See Also

cgdsr,CGDS

Examples

# Create CGDS object
mycgds = CGDS("http://www.cbioportal.org/")

getCancerStudies(mycgds)

# Set custom error plot message
setPlotErrorMsg(mycgds, 'My message ...')

getCancerStudies(mycgds)


[Package cgdsr version 1.2.10 Index]