| infoTCGA {RTCGA} | R Documentation |
Function restores codes and counts for each cohort from TCGA project.
infoTCGA()
A list with a tabular information from http://gdac.broadinstitute.org/.
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.
Marcin Kosinski, m.p.kosinski@gmail.com
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
infoTCGA()
library(magrittr)
(cohorts <- infoTCGA() %>%
rownames() %>%
sub('-counts', '', x=.))
# in knitr chunk -> results='asis'
knitr::kable(infoTCGA())