Description Usage Arguments Issues Author(s) See Also Examples
Function installs data packages from https://github.com/RTCGA/. Packages are listed datasetsTCGA.
1 2 3 | installTCGA(packages = c("RTCGA.clinical", "RTCGA.mutations", "RTCGA.rnaseq",
"RTCGA.RPPA", "RTCGA.mRNA", "RTCGA.CNV", "RTCGA.miRNASeq", "RTCGA.PANCAN12",
"RTCGA.methylation"), build_vignettes = TRUE, ...)
|
packages |
A character specifing the names of the data packages to be installed. By default installs all packages. |
build_vignettes |
Should vignettes be build. |
... |
Further arguments passed to install_github. |
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.
Other RTCGA: RTCGA-package
,
boxplotTCGA
, checkTCGA
,
convertTCGA
, datasetsTCGA
,
downloadTCGA
,
expressionsTCGA
, heatmapTCGA
,
infoTCGA
, kmTCGA
,
mutationsTCGA
, pcaTCGA
,
readTCGA
, survivalTCGA
,
theme_RTCGA
1 2 3 4 5 | ## Not run:
installTCGA()
installTCGA('RTCGA.clinical')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.