Cancer Incidence Data

From the United States Cancer Statistics as part of the U.S. Center for Disease Control, this data set focuses on the crude rate for all types of cancer reported for different demograpic groups. Significant groupings include age, gender, race and geographical area. Courtesy of Corgis Dataset Project (Ryan Whitcomb, Cory Bart). We have adapted this dataset to access it from the BRIDGES API.

See also

This tutorial gives an introduction to the usage of ColorGrid. You can find the complete documentation of the features in the Doxygen documentation of the following classes and functions:

  1. CancerIncidence [Java] [C++] [Python]
  2. getCancerIncidenceData() [Java] [C++] [Python]

Accessing Cancer Incidence Data: An Example BRIDGES program

The program snippet below illustrates how to access this dataset.

Java
C++
Python