Description Usage Arguments Value See Also Examples
View source: R/TCIApathfinder.R
Get patient information
1 | get_patient_info(collection = NULL)
|
collection |
TCIA collection name. If |
List containing elements:
patients
: Data frame of patient ID, name, sex, ethnic group, and collection name
content
: parsed API response content
response
: API response
get_collection_names
,
TCIA REST API Usage Guide,
TCIA API object definitions
1 2 3 4 5 | ## Not run:
get_patient_info()
get_patient_info("TCGA-BRCA")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.