Skip to main content

Python API for Genomic Data Commons

Project description

Python API for accessing Genomic Data Commons

Basic API

Cases

from pygdc import get_cases
from pygdc.filters import equals_filter


results = get_cases(
    filters=equals_filter('project.primary_site', 'Lung'),
    fields='demographic.gender,project.disease_type',
    max_results=50
)

Cohorts Example

Using cohorts

import pygdc

pygdc.build_cohort(
    primary_site='Lung',
    cohort_cache_dir='cache-dir')

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pygdc-0.0.2.tar.gz (24.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page