[ea2224]: / man / XenaQueryProbeMap.Rd

Download this file

28 lines (27 with data), 595 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/XenaQueryProbeMap.R
\name{XenaQueryProbeMap}
\alias{XenaQueryProbeMap}
\title{Query ProbeMap URL of Datasets}
\usage{
XenaQueryProbeMap(x)
}
\arguments{
\item{x}{a \link{XenaHub} object}
}
\value{
a \code{data.frame} contains hosts, datasets and url
}
\description{
If dataset has no ProbeMap, it will be ignored.
}
\examples{
xe = XenaGenerate(subset = XenaHostNames == "tcgaHub")
hosts(xe)
\dontrun{
xe_query = XenaQueryProbeMap(xe)
}
}
\author{
Shixiang Wang \href{mailto:w_shixiang@163.com}{w_shixiang@163.com}
}