封装gdc-client, 下载TCGA 数据
| docs/plans | ||
| tcga_downloader | ||
| tests | ||
| .gitignore | ||
| pyproject.toml | ||
| README.md | ||
TCGA Downloader
Python package + CLI to query public TCGA files and download via gdc-client.
Install
pip install -e .
Example
tcga-downloader query --project TCGA-BRCA --data-type "Gene Expression" --out manifest.tsv
tcga-downloader download --manifest manifest.tsv --out-dir ./data