Learn R Programming

cgdsr (version 1.2.5)

cgdsr-test: Simple test suite for CGDS object.

Description

Queries the CGDS API and returns results of the tests.

Usage

"test"(x, ...)

Arguments

x
A CGDS object.
...
Not used.

Value

Details

A set of simple tests are evaluated. The format of the returned output from the following queries are tested: "getCancerStudies()", "getCaselists()", and "getGeneticProfiles()"

References

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

See Also

cgdsr,CGDS

Examples

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

# Run tests
test(mycgds)

Run the code above in your browser using DataLab