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:
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")
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.