Description Usage Arguments Value See Also Examples
View source: R/TCIApathfinder.R
Get body part names
1 | get_body_part_names(collection = NULL, modality = NULL)
|
collection |
TCIA collection name. If |
modality |
Modality name. If |
List containing elements:
body_parts
: character vector of body part names
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 5 6 7 | ## Not run:
get_body_part_names()
get_body_part_names(collection = "TCGA-BRCA")
get_body_part_names(modality = "MR")
get_body_part_names(collection = "TCGA-BRCA", modality = "MR")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.