Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nvictus committed Jan 20, 2025
1 parent 2c47c7f commit e26927a
Showing 1 changed file with 29 additions and 22 deletions.
51 changes: 29 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,37 @@
# GDC metadata
# tcga-db

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

## Resources

https://gdc.cancer.gov/about-data/gdc-data-processing/resources-tcga-users
https://gdc.cancer.gov/resources-tcga-users/tcga-code-tables
https://docs.gdc.cancer.gov/Encyclopedia/pages/TCGA_Barcode/#reading-barcodes
Useful links
* TCGA Resources: https://gdc.cancer.gov/about-data/gdc-data-processing/resources-tcga-users
* Code tables: https://gdc.cancer.gov/resources-tcga-users/tcga-code-tables
* About barcodes: https://docs.gdc.cancer.gov/Encyclopedia/pages/TCGA_Barcode/#reading-barcodes
* Encyclopedia: https://docs.gdc.cancer.gov/Encyclopedia/

https://docs.gdc.cancer.gov/Encyclopedia/
https://docs.gdc.cancer.gov/Encyclopedia/pages/GDC_API/
Data Model
* https://docs.gdc.cancer.gov/Data/Data_Model/GDC_Data_Model/
* https://docs.gdc.cancer.gov/Data_Dictionary/
* https://docs.gdc.cancer.gov/Data_Dictionary/viewer/
* https://github.com/NCI-GDC/gdcdictionary/tree/develop/src/gdcdictionary/schemas

https://docs.gdc.cancer.gov/API/Users_Guide/Getting_Started/
https://docs.gdc.cancer.gov/API/Users_Guide/Search_and_Retrieval
https://docs.gdc.cancer.gov/API/Users_Guide/Python_Examples/
https://docs.gdc.cancer.gov/API/Users_Guide/GraphQL_Examples/
https://docs.gdc.cancer.gov/API/Users_Guide/Additional_Examples/
https://docs.gdc.cancer.gov/API/Users_Guide/Appendix_A_Available_Fields/
https://docs.gdc.cancer.gov/API/Users_Guide/Appendix_B_Key_Terms/
https://docs.gdc.cancer.gov/API/Users_Guide/Appendix_C_Format_of_Submission_Requests_and_Responses/
API
* https://docs.gdc.cancer.gov/Encyclopedia/pages/GDC_API/
* https://docs.gdc.cancer.gov/API/Users_Guide/Getting_Started/
* https://docs.gdc.cancer.gov/API/Users_Guide/Search_and_Retrieval
* https://docs.gdc.cancer.gov/API/Users_Guide/Python_Examples/
* https://docs.gdc.cancer.gov/API/Users_Guide/GraphQL_Examples/
* https://docs.gdc.cancer.gov/API/Users_Guide/Additional_Examples/
* https://docs.gdc.cancer.gov/API/Users_Guide/Appendix_A_Available_Fields/
* https://docs.gdc.cancer.gov/API/Users_Guide/Appendix_B_Key_Terms/
* https://docs.gdc.cancer.gov/API/Users_Guide/Appendix_C_Format_of_Submission_Requests_and_Responses/
* https://gdc.cancer.gov/developers/gdc-application-programming-interface-api
* https://github.com/NCI-GDC/gdc-frontend-framework/blob/3aeb60a6/packages/core/src/features/gdcapi/gdcapi.ts#L96

https://docs.gdc.cancer.gov/Data/Data_Model/GDC_Data_Model/
https://docs.gdc.cancer.gov/Data_Dictionary/
https://docs.gdc.cancer.gov/Data_Dictionary/viewer/
https://github.com/NCI-GDC/gdcdictionary/tree/develop/src/gdcdictionary/schemas

https://gdc.cancer.gov/developers/gdc-application-programming-interface-api
https://github.com/NCI-GDC/gdc-frontend-framework/blob/3aeb60a6/packages/core/src/features/gdcapi/gdcapi.ts#L96

## Endpoints
### API Endpoints

* `projects`: Information about projects
* `cases`: Information related to cases, or sample donors
Expand All @@ -40,10 +45,12 @@ https://github.com/NCI-GDC/gdc-frontend-framework/blob/3aeb60a6/packages/core/sr
https://api.gdc.cancer.gov/v0/all?query=TCGA&size=5
```

## Information about available fields
### Information about available fields

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

## Other info

BCR = "Biospecimen Core Resource"

0 comments on commit e26927a

Please sign in to comment.