Learn R Programming

UCSCXenaTools (version 0.2.4)

XenaQuery: Query url of datasets before download

Description

Query url of datasets before download

Usage

XenaQuery(x)

Arguments

x

a XenaHub object

Value

a tibble contains hosts, datasets and url

Examples

Run this code
# NOT RUN {
xe = XenaGenerate(subset = XenaHostNames == "TCGA")
hosts(xe)
xe_query = XenaQuery(xe)
# }

Run the code above in your browser using DataLab