# NOT RUN {
#1 query all hosts, cohorts and datasets
xe = XenaHub()
xe
#2 query only TCGA hosts
xe = XenaHub(hostName = "tcgaHub")
xe
hosts(xe) # get hosts
cohorts(xe) # get cohorts
datasets(xe) # get datasets
samples(xe) # get samples
# }
Run the code above in your browser using DataLab