Learn R Programming

TCIApathfinder (version 1.0.6)

get_patient_info: Get patient information

Description

Get patient information

Usage

get_patient_info(collection = NULL)

Arguments

collection

TCIA collection name. If collection is NULL, patients from all collections will be returned. To get a list of available collection names, call get_collection_names.

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

Run this code
# NOT RUN {
get_patient_info()
get_patient_info("TCGA-BRCA")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab