get_studies_in_collection {TCIApathfinder} | R Documentation |
Get studies in a collection and optionally for a specific patient
get_studies_in_collection(collection, patient_id = NULL)
collection |
TCIA collection name. To get a list of available collection
names, call |
patient_id |
Patient ID. To get a list of available patient IDs, call |
List containing elements:
studies
: Data frame of collection, patient ID, and study instance UID
content
: parsed API response content
response
: API response
get_collection_names
,
get_patient_info
,
TCIA REST API Usage Guide,
TCIA API object definitions
## Not run:
get_studies_in_collection("TCGA-BRCA")
get_studies_in_collection("TCGA-BRCA", "TCGA-OL-A66O")
## End(Not run)