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 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:

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]