get_patient_info {TCIApathfinder} | R Documentation |
Get patient information
Description
Get patient information
Usage
get_patient_info(collection = NULL)
Arguments
collection |
TCIA collection name. If |
Value
List containing elements:
-
patients
: Data frame of patient ID, name, sex, ethnic group, and collection name -
content
: parsed API response content -
response
: API response
See Also
get_collection_names
,
TCIA REST API Usage Guide,
TCIA API object definitions
Examples
## Not run:
get_patient_info()
get_patient_info("TCGA-BRCA")
## End(Not run)
[Package TCIApathfinder version 1.0.6 Index]