Learn R Programming

UCSCXenaTools (version 1.4.8)

XenaQuery: Query URL of Datasets before Downloading

Description

Query URL of Datasets before Downloading

Usage

XenaQuery(x)

Value

a data.frame contains hosts, datasets and url

Arguments

x

a XenaHub object

Author

Shixiang Wang w_shixiang@163.com

Examples

Run this code
xe = XenaGenerate(subset = XenaHostNames == "tcgaHub")
hosts(xe)
if (FALSE) {
xe_query = XenaQuery(xe)
}

Run the code above in your browser using DataLab