Description Usage Arguments Author(s) References See Also Examples
Sets verbose logging level for CGDS function calls.
1 2 | ## S3 method for class 'CGDS'
setVerbose(x, verbose, ...)
|
x |
A CGDS object (required) |
verbose |
Activate verbose logging (boolean) |
... |
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)
# Activate verbose logging
setVerbose(mycgds, TRUE)
getCancerStudies(mycgds)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.