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')
Release files for pygdc 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pygdc-0.0.2.tar.gz | 24.1 kB | Details |
Release files / pygdc-0.0.2.tar.gz
| Download URL | pygdc-0.0.2.tar.gz |
|---|---|
| Size | 24.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
bf6302e13abcd9224542cacbbfc9ad1c68dd148c90365716b6787993418bdad0
|
|
BLAKE2b-256 checksum How to use checksums |
bd8d574fbc5aa4f375ccea724b69705b3b836a0faa8f76d05678e1516c0308be
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |