How to programmatically download TCGA methylation beta file given a sample ID
I'll appreciate an example of how to download a TCGA methylation beta file from the GDC data portal (https://portal.gdc.cancer.gov/repository) given a sample ID. E.g. what should be the format for a HTTP query?
• 4,601 views
•
link
1 answer
cli client: https://gdc.cancer.gov/access-data/gdc-data-transfer-tool
restful api: https://gdc.cancer.gov/developers/gdc-application-programming-interface-api
• 0 views
•
link
Log in to answer this question.
maybe try TCGAbiolinks They have excellent documentation to get started.
this is a good option as well.