get_patients_by_modality {TCIApathfinder} | R Documentation |
Get patient IDs given a collection name and modality
Description
Get patient IDs given a collection name and modality
Usage
get_patients_by_modality(collection, modality)
Arguments
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
|
Value
List containing elements:
-
patient_ids
: Patient IDs -
content
: parsed API response content -
response
: API response
See Also
get_collection_names
,
get_modality_names
,
DICOM Modality Abbreviations,
TCIA REST API Usage Guide,
TCIA API object definitions
Examples
## Not run:
get_patients_by_modality("TCGA-BRCA", "MR")
## End(Not run)
[Package TCIApathfinder version 1.0.6 Index]