Learn R Programming

UCSCXenaTools (version 1.4.2)

XenaQuery: Query URL of Datasets before Downloading

Description

Query URL of Datasets before Downloading

Usage

XenaQuery(x)

Arguments

x

a XenaHub object

Value

a data.frame contains hosts, datasets and url

Examples

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

Run the code above in your browser using DataLab