Description Usage Arguments Value See Also Examples
View source: R/TCIApathfinder.R
Get modality names
1 | 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
1 2 3 4 5 6 7 | ## 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.