get_patient_info {TCIApathfinder} | R Documentation |
Get patient information
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
## Not run:
get_patient_info()
get_patient_info("TCGA-BRCA")
## End(Not run)