get_modality_names {TCIApathfinder} | R Documentation |
Get modality names
get_modality_names(collection = NULL, body_part = NULL)
collection |
TCIA collection name. If |
body_part |
Body part name. If |
List containing elements:
modalities
: character vector of modality names
content
: parsed API response content
response
: API response
get_collection_names
,
get_body_part_names
,
TCIA REST API Usage Guide,
TCIA API object definitions
## Not run:
get_modality_names()
get_modality_names(collection = "TCGA-BRCA")
get_modality_names(body_part = "BREAST")
get_modality_names(collection = "TCGA-BRCA", body_part = "BREAST")
## End(Not run)