a b/man/showTCGA.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/simplify.R
3
\name{showTCGA}
4
\alias{showTCGA}
5
\title{Show TCGA data structure by Project ID or ALL}
6
\usage{
7
showTCGA(project = "all")
8
}
9
\arguments{
10
\item{project}{a character vector. Can be "all" or one or more of TCGA Project IDs.}
11
}
12
\value{
13
a \code{data.frame} including project data structure information.
14
}
15
\description{
16
This can used to check if data type or file type exist in one or more projects by hand.
17
}
18
\examples{
19
\donttest{
20
showTCGA("all")
21
}
22
}
23
\seealso{
24
\code{\link[=availTCGA]{availTCGA()}}
25
}
26
\author{
27
Shixiang Wang \href{mailto:w_shixiang@163.com}{w_shixiang@163.com}
28
}