infoTCGA: Information about cohorts from TCGA project

Description Usage Value Issues Author(s) See Also Examples

View source: R/infoTCGA.R

Description

Function restores codes and counts for each cohort from TCGA project.

Usage

1

Value

A list with a tabular information from http://gdac.broadinstitute.org/.

Issues

If you have any problems, issues or think that something is missing or is not clear please post an issue on https://github.com/RTCGA/RTCGA/issues.

Author(s)

Marcin Kosinski, m.p.kosinski@gmail.com

See Also

RTCGA website http://rtcga.github.io/RTCGA/Download.html.

Other RTCGA: RTCGA-package, boxplotTCGA, checkTCGA, convertTCGA, datasetsTCGA, downloadTCGA, expressionsTCGA, heatmapTCGA, installTCGA, kmTCGA, mutationsTCGA, pcaTCGA, readTCGA, survivalTCGA, theme_RTCGA

Examples

1
2
3
4
5
6
7
8
infoTCGA()
library(magrittr)
(cohorts <- infoTCGA() %>% 
rownames() %>% 
   sub('-counts', '', x=.))
   
# in knitr chunk -> results='asis'   
knitr::kable(infoTCGA())

RTCGA documentation built on Nov. 8, 2020, 5:11 p.m.