Skip to content

Latest commit

 

History

History
64 lines (46 loc) · 2.12 KB

README.md

File metadata and controls

64 lines (46 loc) · 2.12 KB

tcga-db

Create a local database of TCGA metadata from the GDC API.

Requires uv.

To generate the database:

./run.sh

Resources

Useful links

Data Model

API

API Endpoints

  • projects: Information about projects
  • cases: Information related to cases, or sample donors
  • files: Information about files stored in the GDC
  • history: Information related to file version history
  • annotations: Information about annotations to GDC data

"Search box" endpoint (via query parameter):

https://api.gdc.cancer.gov/v0/all?query=TCGA&size=5

Information about available fields

https://api.gdc.cancer.gov/{endpoint}/_mapping

Other info

BCR = "Biospecimen Core Resource"