get_patients_by_modality {TCIApathfinder} | R Documentation |
Get patient IDs given a collection name and modality
get_patients_by_modality(collection, modality)
collection |
TCIA collection name. To get a list of available collection
names, call |
modality |
Modality name. To get a list of available modality names, call
|
List containing elements:
patient_ids
: Patient IDs
content
: parsed API response content
response
: API response
get_collection_names
,
get_modality_names
,
DICOM Modality Abbreviations,
TCIA REST API Usage Guide,
TCIA API object definitions
## Not run:
get_patients_by_modality("TCGA-BRCA", "MR")
## End(Not run)