README.md

TCGAome

Running the tool

To get all available tumor types:

get_TCGAome_tumor_types()

Beware, that not all tumor types in the TCGA dataset are supported in TCGAome, only those having RNAseq and RPPA data. Also TCGAome works with the Firehose data release 20150402.

To run the tool:

run_TCGAome(tumor_types = c("BRCA", "OV"))

For non default configuration:

Installation

Dependencies

On Linux systems you might need additional installation of some Cairo and RGL libs for the graphical output. On Debian/Ubuntu/Mint/...:

apt-get install libcairo2-dev
apt-get install libxt-dev
apt-get install libglu1-mesa-dev

On RHEL/Fedora/CentOS/...:

yum install cairo-devel
yum install libXt-devel
yum install mesa-libGLU-devel

Installs the R development tools:

install.packages(devtools)
library(devtools)

Installs the ggbiplot package from GitHub:

install_github("ggbiplot", "vqv")

TCGAome

Install the TCGAome package from GitHub:

devtools::install_github('TCGAome', 'priesgo')

or alternatively download the source code, install and load:

git clone https://github.com/priesgo/TCGAome.git
devtools::install()
devtools::load_all()


priesgo/TCGAome documentation built on May 25, 2019, 11:26 a.m.