Learn R Programming

UCSCXenaTools (version 1.4.8)

showTCGA: Show TCGA data structure by Project ID or ALL

Description

This can used to check if data type or file type exist in one or more projects by hand.

Usage

showTCGA(project = "all")

Value

a data.frame including project data structure information.

Arguments

project

a character vector. Can be "all" or one or more of TCGA Project IDs.

Author

Shixiang Wang w_shixiang@163.com

See Also

availTCGA()

Examples

Run this code
# \donttest{
showTCGA("all")
# }

Run the code above in your browser using DataLab