cgdsr-setPlotErrorMsg: Set custom plot error message

Description Usage Arguments Author(s) References See Also Examples

Description

Sets custom plot error message.

Usage

1
2
## 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

1
2
3
4
5
6
7
8
9
# Create CGDS object
mycgds = CGDS("http://www.cbioportal.org/")

getCancerStudies(mycgds)

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

getCancerStudies(mycgds)

cBioPortal/cgdsr documentation built on Dec. 15, 2020, 11:30 p.m.