TCGAbiolinksGUI was created to help users more comfortable with graphical user interfaces (GUI) to search, download and analyze Cancer data.
It offers a graphical user interface to the R/Bioconductor package
TCGAbiolinks [@TCGAbiolinks],
which is able to access The National Cancer Institute (NCI) Genomic Data Commons (GDC) through its
GDC Application Programming Interface (API).
Additional packages from Bioconductor are included, such as ComplexHeatmap package [@Gu20052016] to aid in visualizing the data,
ELMER [@yao2015inferring] to
identify regulatory enhancers using gene expression + DNA methylation data + motif analysis and
Pathview [@luo2013pathview] for pathway-based data integration and visualization.
The GUI was created using Shiny, a Web Application Framework for R, and uses several packages to provide advanced features that can enhance Shiny apps, such as shinyjs to add JavaScript actions for the app, shinydashboard to add dashboards and shinyFiles to provide an API for client side access to the server file system. A running version of the GUI is found in http://tcgabiolinks.fmrp.usp.br:3838/
This work has been supported by a grant from Henry Ford Hospital (H.N.) and by the São Paulo Research Foundation FAPESP (2016/01389-7 to T.C.S. & H.N. and 2015/07925-5 to H.N.) the BridgeIRIS project, funded by INNOVIRIS, Region de Bruxelles Capitale, Brussels, Belgium, and by GENomic profiling of Gastrointestinal Inflammatory-Sensitive CANcers (GENGISCAN), Belgian FNRS PDR (T100914F to A.C., C.O. & G.B.). T.C.S. and B.P.B. were supported by the NCI Informatics Technology for Cancer Research program, NIH/NCI grant 1U01CA184826.
To install the package from the Bioconductor repository please use the following code.
if (!requireNamespace("BiocManager", quietly=TRUE)) install.packages("BiocManager") BiocManager::install("TCGAbiolinksGUI", dependencies = TRUE)
To install the development version of the package via GitHub:
if (!requireNamespace("BiocManager", quietly=TRUE)) install.packages("BiocManager") deps <- c("devtools") BiocManager::install("devtools", dependencies = TRUE) devtools::install_github("BioinformaticsFMRP/TCGAbiolinksGUI.data",ref = "R_3.4") devtools::install_github("BioinformaticsFMRP/TCGAbiolinksGUI")
TCGAbiolinksGUI is available as Docker image (self-contained environments that contain everything needed to run the software), which can be easily run on Mac OS, Windows and Linux systems.
The image can be obtained from Docker Hub: https://hub.docker.com/r/tiagochst/tcgabiolinksgui/
For more information please check: https://docs.docker.com/ and https://www.bioconductor.org/help/docker/
This PDF shows how to install and execute the image using kitematic, which offers a graphical user interface (GUI) to control your app containers.
sudo docker run --name tcgabiolinksgui -d -P -v /home/$USER/docker:/home/rstudio -p 3333:8787 -p 3334:3838 tiagochst/tcgabiolinksgui
For more information how data can be saved please read this wiki and see command below
To run RStudio Server, shiny-server and save the results in the host machine please use the code below:
sudo docker run --name tcgabiolinksgui -d -P -v /home/$USER/docker:/home/rstudio -p 3333:8787 -p 3334:3838 tiagochst/tcgabiolinksgui
If your system is windows or macOS you will need to change /home/$USER/docker
to the correct system path. Examples can be found in this github page
To stop the image:
Run sudo docker stop tcgabiolinksgui
to stop it
To start the image again (after the first time ran with docker run
and stopped).
sudo docker start tcgabiolinksgui
The following commands should be used to start the graphical user interface.
library(TCGAbiolinksGUI) TCGAbiolinksGUI()
To facilitate the use of this package, we have created some tutorial videos demonstrating the tool. Some sections have video tutorials that if clicked will redirect to the video on youtube. For the complete list of videos, please check this youtube list.
For each section we created some PDFs with detailing the steps of each section: Link to folder with PDFs
Please use Github issues if you want to file bug reports or feature requests.
tabl <- " | Menu | Sub-menu | Button | Data input | Example Input | |---------------------------------|-----------------------------------|------------------------------------|-------------------------------------------------------------------------------------------|----------------------------| | Clinical analysis | Survival Plot | Select file | A table with at least the following columns: days_to_death, days_to_last_followup and one column with a group | [Example input](https://drive.google.com/open?id=1pWYEZsojafQMav8v3MrRVTIkFKyCSGfY) | | Epigenetic analysis | Differential methylation analysis | Select data (.rda) | A summarizedExperiment object | [Example input](https://github.com/BioinformaticsFMRP/Bioc2017.TCGAbiolinks.ELMER/raw/master/data/lusc.met.rda) | | Epigenetic analysis | Volcano Plot | Select results | A CSV file with the following pattern: DMR_results_GroupCol_group1_group2_pcut_0.01_meancut_0.5.csv (Where GroupCol, group1, group2 are the names of the columns selected in the DMR steps. | [Example input](https://drive.google.com/open?id=1lUS2hEJHP4PC6vfeO-ckLbLe-6xx0ddQ) in which diffmean.group1.group2= mean group 2 - mean group 1 | | Epigenetic analysis | Heatmap plot | Select file | A summarizedExperiment object | [Example input](https://github.com/BioinformaticsFMRP/Bioc2017.TCGAbiolinks.ELMER/raw/master/data/lusc.met.rda) | | Epigenetic analysis | Heatmap plot | Select results | Same as Epigenetic analysis >Volcano Plot > Select results || | Epigenetic analysis | Mean DNA methylation | Select file | A summarizedExperiment object | [Example input](https://github.com/BioinformaticsFMRP/Bioc2017.TCGAbiolinks.ELMER/raw/master/data/lusc.met.rda) | | Transcriptomic Analysis | Volcano Plot | Select results | A CSV file with the following pattern: DEA_results_GroupCol_group1_group2_pcut_0.01_logFC.cut_2.csv (Where GroupCol, group1, group2 are the names of the columns selected in the DEA steps. | [Example input](https://drive.google.com/open?id=1lUS2hEJHP4PC6vfeO-ckLbLe-6xx0ddQ) ) in which logFC= loag( group 2/ group1)| | Transcriptomic Analysis | Heatmap plot | Select file | A summarizedExperiment object | [Example input](https://github.com/BioinformaticsFMRP/Bioc2017.TCGAbiolinks.ELMER/raw/master/data/lusc.met.rda)| | Transcriptomic Analysis | Heatmap plot | Select results | A CSV file with results of the DMR or DEA | [Example input](https://drive.google.com/open?id=1lUS2hEJHP4PC6vfeO-ckLbLe-6xx0ddQ) in which diffmean.group1.group2= mean group 2 - mean group 1 | | Transcriptomic Analysis | OncoPrint plot | Select MAF file | A MAF file (columns needed: Hugo_Symbol,Tumor_Sample_Barcode,Variant_Type) | Deafult GDC MAF files || | Transcriptomic Analysis | OncoPrint plot | Select Annotation file | A file with at least the following columns: bcr_patient_barcode | [Example input](https://drive.google.com/open?id=1pWYEZsojafQMav8v3MrRVTIkFKyCSGfY| | Integrative analysis | Starburst plot | DMR result | A CSV file with the following pattern: DMR_results_GroupCol_group1_group2_pcut_0.01_meancut_0.55.csv (Where GroupCol, group1, group2 are the names of the columns selected in the DMR steps. | [Example input](https://drive.google.com/open?id=1lUS2hEJHP4PC6vfeO-ckLbLe-6xx0ddQ) in which diffmean.group1.group2= mean group 2 - mean group 1 | | Integrative analysis | Starburst plot | DEA result | A CSV file with the following pattern: DEA_results_GroupCol_group1_group2_pcut_0.01_FC.cut_2.csv (Where GroupCol, group1, group2 are the names of the columns selected in the DEA steps.| [Example input](https://drive.google.com/open?id=1lUS2hEJHP4PC6vfeO-ckLbLe-6xx0ddQ) ) in which logFC= loag( group 2/ group1)| | Integrative analysis | ELMER | Create MAE > Select DNA methylation object | An rda file with a summarized Experiment object | [Example input](https://github.com/BioinformaticsFMRP/Bioc2017.TCGAbiolinks.ELMER/raw/master/data/lusc.met.rda) | | Integrative analysis | ELMER | Create MAE > Select expression object | An rda file with the RNAseq data frame | [Example input](https://github.com/BioinformaticsFMRP/Bioc2017.TCGAbiolinks.ELMER/raw/master/data/lusc.exp.rda) | | Integrative analysis | ELMER | Select MAE | An rda file with a MAE object | [Example input](https://drive.google.com/open?id=17ovzQ-czPfsAjZ1JJLjLPvdm1aN2_C8r)| | Integrative analysis | ELMER | Select results | An rda file with the results of the ELMER analysis | [Example input](https://drive.google.com/open?id=1OP8BKoFfkH5knTVjvAHq2lLjfmpub9ei)| " cat(tabl)
Please cite both TCGAbiolinks package and TCGAbiolinksGUI:
Other related publications to this package:
If you used ELMER please cite:
If you used OncoPrint plot and Heatmap Plot please cite:
If you used maftools please also cite:
If you used Pathway plot please cite:
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.