Description Usage Arguments Author(s) References See Also Examples
Sets custom plot error message.
1 2 | ## S3 method for class 'CGDS'
setPlotErrorMsg(x, msg, ...)
|
x |
A CGDS object (required) |
msg |
A custom message (string) |
... |
Not used. |
<jacobsen@cbio.mskcc.org>
cBio Cancer Genomics Portal: http://www.cbioportal.org/
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.