The family of R packages containing TCGA data

Data packages submitted to Bioconductor

Installation of packages from the RTCGA family:

Windows users:

Make sure you have rtools installed on your computer.

# packages that are published to devel version of Bioconductor
BiocInstaller::useDevel() # swiches to devel branchof Bioconductor - don't use this line if you are interested in release versions
source("https://bioconductor.org/biocLite.R") # downloads bioClite function
packageinstallationhelpvignettes
RTCGA.rnaseqbiocLite('RTCGA.rnaseq')?rnaseqbrowseVignettes('RTCGA.rnaseq')
RTCGA.clinicalbiocLite('RTCGA.clinical')?clinicalbrowseVignettes('RTCGA.clinical')
RTCGA.mutationsbiocLite('RTCGA.mutations')?mutationsbrowseVignettes('RTCGA.mutations')
RTCGA.mRNAbiocLite('RTCGA.mRNA')?mRNAbrowseVignettes('RTCGA.mRNA')
RTCGA.miRNASeqbiocLite('RTCGA.miRNASeq')?miRNASeqbrowseVignettes('RTCGA.miRNASeq')
RTCGA.PANCAN12biocLite('RTCGA.PANCAN12')?pancan12browseVignettes('RTCGA.PANCAN12')
RTCGA.RPPAbiocLite('RTCGA.RPPA')?RPPAbrowseVignettes('RTCGA.RPPA')
RTCGA.CNVbiocLite('RTCGA.CNV')?CNVbrowseVignettes('RTCGA.CNV')
RTCGA.methylationbiocLite('RTCGA.methylation')?methylationbrowseVignettes('RTCGA.methylation')
# version of packages held at github.com/RTCGA - I try to keep them with the same state as devel versions of Bioconductor
library(RTCGA)
installTCGA("RTCGA.PANCAN12")
installTCGA("RTCGA.CNV")
installTCGA("RTCGA.RPPA")
installTCGA("RTCGA.mRNA")
installTCGA("RTCGA.miRNASeq")
installTCGA("RTCGA.methylation")
# or for all just type installTCGA()

RTCGA

Packages from the RTCGA.data - family/factory are based on the RTCGA package

Installation of the RTCGA package:

To get started, install the latest version of RTCGA from Bioconductor:

BiocInstaller::useDevel() # swiches to devel branch of Bioconductor
source("https://bioconductor.org/biocLite.R") # downloads bioClite function
biocLite("RTCGA") # installs a package

or use below code to download the development version which is like to be less bugged than the release version on Bioconductor:

if (!require(devtools)) {
    install.packages("devtools")
    require(devtools)
}
install_github("RTCGA/RTCGA", build_vignettes = TRUE)

To check Use Cases run

browseVignettes("RTCGA")

Marcin Kosiński, m.p.kosinski@gmail.com

Przemysław Biecek, przemyslaw.biecek@gmail.com

Witold Chodor, witoldchodor@gmail.com

This repository is synchronized with it's Bioconductor's SVN devel mirror.

Copy Link

Version

Down Chevron

Version

1.2.2

License

GPL-2

Maintainer

Last Published

March 30th, 2016

Functions in RTCGA (1.2.2)