Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 731 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 731 Bytes

The ICGC Python REST Client

Documentation Status

The ICGC REST client is a simple python module that allows you to access the International Consortium for Cancer and Genomics web portal directly through Python, with a minimum of coding effort.

It lets you write queries in our Portal Query Language (PQL) that fetch data from the ICGC web portal as JSON objects. From there, you can use the power of Python to process and analyze the data within those objects however you see fit.