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 get_collection_names.

modality

Modality name. To get a list of available modality names, call get_modality_names or see DICOM Modality Abbreviations.

Value

List containing elements:

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]