Description Usage Arguments Value See Also Examples
View source: R/TCIApathfinder.R
Get patient IDs given a collection name and modality
1 | 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
1 2 3 4 | ## Not run:
get_patients_by_modality("TCGA-BRCA", "MR")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.