[ea2224]: / man / showTCGA.Rd

Download this file

29 lines (28 with data), 661 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
28
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/simplify.R
\name{showTCGA}
\alias{showTCGA}
\title{Show TCGA data structure by Project ID or ALL}
\usage{
showTCGA(project = "all")
}
\arguments{
\item{project}{a character vector. Can be "all" or one or more of TCGA Project IDs.}
}
\value{
a \code{data.frame} including project data structure information.
}
\description{
This can used to check if data type or file type exist in one or more projects by hand.
}
\examples{
\donttest{
showTCGA("all")
}
}
\seealso{
\code{\link[=availTCGA]{availTCGA()}}
}
\author{
Shixiang Wang \href{mailto:w_shixiang@163.com}{w_shixiang@163.com}
}