| cgdsr-test {cgdsr} | R Documentation |
Queries the CGDS API and returns results of the tests.
## S3 method for class 'CGDS' test(x, ...)
x |
A CGDS object. |
... |
Not used. |
A set of simple tests are evaluated. The format of the returned output from the following queries are tested: "getCancerStudies()", "getCaselists()", and "getGeneticProfiles()"
Test results in text format.
<jacobsen@cbio.mskcc.org>
cBio Cancer Genomics Portal: http://www.cbioportal.org/
# Create CGDS object
mycgds = CGDS("http://www.cbioportal.org/")
# Run tests
test(mycgds)