TCGA.pipe: Running ELMER for TCGA data in a compact way

TCGA.pipe is a function for easily downloading TCGA data from GDC using TCGAbiolinks package (Colaprico et al. 2016) and performing all the analyses in ELMER. For illustration purpose, we skip the downloading step. The user can use the getTCGA function to download TCGA data or use TCGA.pipe by including “download” in the analysis option.

The following command will do distal DNA methylation analysis and predict putative target genes, motif analysis and identify regulatory transcription factors.

TCGA.pipe: Mode argument

In this new version we added the argument mode in the TCGA.pipe function. This will automatically set the minSubgroupFrac to the following values:

Modes available:

  • unsupervised:
    • Use 20% of each group to identify differently methylated regions (minSubgroupFrac = 0.2 in get.diff.meth)
    • Use 40% of all samples to create Unmethytlated (U) and Methylated (M) groups in the other steps (the lowest quintile of samples is the U group and the highest quintile samples is the M group) (minSubgroupFrac = 0.4 in get.pairs and get.TFs functions)
  • supervised:
    • Use all samples in all functions and set Unmethytlated (U) and Methylated (M) one of the group selected in the analysis.

The unsupervised mode should be used when want to be able to detect a specific (possibly unknown) molecular subtype among tumor; these subtypes often make up only a minority of samples, and 20% was chosen as a lower bound for the purposes of statistical power. If you are using pre-defined group labels, such as treated replicates vs. untreated replicated, use supervised mode (all samples),

For more information please read the analysis section of the vignette.

Using mutation data to identify groups

We add in TCGA.pipe function (download step) the option to identify mutant samples to perform WT vs Mutant analysis. It will download open MAF file from GDC database (Grossman and others 2016), select a gene and identify the which are the mutant samples based on the following classification: (it can be changed using the atgument mutant_variant_classification).

Mutations classification
Argument Description
Frame_Shift_Del Mutant
Frame_Shift_Ins Mutant
Missense_Mutation Mutant
Nonsense_Mutation Mutant
Splice_Site Mutant
In_Frame_Del Mutant
In_Frame_Ins Mutant
Translation_Start_Site Mutant
Nonstop_Mutation Mutant
Silent WT
3’UTR WT
5’UTR WT
3’Flank WT
5’Flank WT
IGR1 (intergenic region) WT
Intron WT
RNA WT
Target_region WT

The arguments to be used are below:

TCGA.pipe mutation arguments
Argument Description
genes List of genes for which mutations will be verified. A column in the MAE with the name of the gene will be created with two groups WT (tumor samples without mutation), MUT (tumor samples w/ mutation), NA (not tumor samples)
mutant_variant_classification List of GDC variant classification from MAF files to consider a samples mutant. Only used when argument gene is set.
group.col A column defining the groups of the sample. You can view the available columns using: colnames(MultiAssayExperiment::colData(data)).
group1 A group from group.col. ELMER will run group1 vs group2. That means, if direction is hyper, get probes hypermethylated in group 1 compared to group 2.
group2 A group from group.col. ELMER will run group1 vs group2. That means, if direction is hyper, get probes hypermethylated in group 1 compared to group 2.

Here is an example we TCGA-LUSC data is downloaded and we will compare TP53 Mutant vs TP53 WT samples.

Session Info

## R version 3.6.1 (2019-07-05)
## Platform: x86_64-pc-linux-gnu (64-bit)
## Running under: Ubuntu 18.04.3 LTS
## 
## Matrix products: default
## BLAS:   /home/biocbuild/bbs-3.9-bioc/R/lib/libRblas.so
## LAPACK: /home/biocbuild/bbs-3.9-bioc/R/lib/libRlapack.so
## 
## locale:
##  [1] LC_CTYPE=en_US.UTF-8       LC_NUMERIC=C              
##  [3] LC_TIME=en_US.UTF-8        LC_COLLATE=C              
##  [5] LC_MONETARY=en_US.UTF-8    LC_MESSAGES=en_US.UTF-8   
##  [7] LC_PAPER=en_US.UTF-8       LC_NAME=C                 
##  [9] LC_ADDRESS=C               LC_TELEPHONE=C            
## [11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C       
## 
## attached base packages:
## [1] parallel  stats4    stats     graphics  grDevices utils     datasets 
## [8] methods   base     
## 
## other attached packages:
##  [1] MultiAssayExperiment_1.10.4 SummarizedExperiment_1.14.1
##  [3] DelayedArray_0.10.0         BiocParallel_1.18.1        
##  [5] matrixStats_0.54.0          Biobase_2.44.0             
##  [7] GenomicRanges_1.36.1        GenomeInfoDb_1.20.0        
##  [9] IRanges_2.18.2              S4Vectors_0.22.0           
## [11] BiocGenerics_0.30.0         BiocStyle_2.12.0           
## [13] dplyr_0.8.3                 DT_0.8                     
## [15] ELMER_2.8.3                 ELMER.data_2.8.1           
## 
## loaded via a namespace (and not attached):
##   [1] backports_1.1.4             circlize_0.4.7             
##   [3] Hmisc_4.2-0                 aroma.light_3.14.0         
##   [5] plyr_1.8.4                  selectr_0.4-1              
##   [7] ConsensusClusterPlus_1.48.0 lazyeval_0.2.2             
##   [9] splines_3.6.1               crosstalk_1.0.0            
##  [11] ggplot2_3.2.1               sva_3.32.1                 
##  [13] digest_0.6.20               foreach_1.4.7              
##  [15] ensembldb_2.8.0             htmltools_0.3.6            
##  [17] magrittr_1.5                checkmate_1.9.4            
##  [19] memoise_1.1.0               BSgenome_1.52.0            
##  [21] cluster_2.1.0               doParallel_1.0.15          
##  [23] limma_3.40.6                ComplexHeatmap_2.0.0       
##  [25] Biostrings_2.52.0           readr_1.3.1                
##  [27] annotate_1.62.0             R.utils_2.9.0              
##  [29] prettyunits_1.0.2           colorspace_1.4-1           
##  [31] blob_1.2.0                  rvest_0.3.4                
##  [33] ggrepel_0.8.1               xfun_0.9                   
##  [35] crayon_1.3.4                RCurl_1.95-4.12            
##  [37] jsonlite_1.6                genefilter_1.66.0          
##  [39] zeallot_0.1.0               zoo_1.8-6                  
##  [41] survival_2.44-1.1           VariantAnnotation_1.30.1   
##  [43] iterators_1.0.12            glue_1.3.1                 
##  [45] survminer_0.4.6             gtable_0.3.0               
##  [47] zlibbioc_1.30.0             XVector_0.24.0             
##  [49] GetoptLong_0.1.7            shape_1.4.4                
##  [51] scales_1.0.0                DESeq_1.36.0               
##  [53] DBI_1.0.0                   edgeR_3.26.8               
##  [55] ggthemes_4.2.0              Rcpp_1.0.2                 
##  [57] viridisLite_0.3.0           xtable_1.8-4               
##  [59] progress_1.2.2              htmlTable_1.13.1           
##  [61] clue_0.3-57                 foreign_0.8-72             
##  [63] bit_1.1-14                  matlab_1.0.2               
##  [65] km.ci_0.5-2                 Formula_1.2-3              
##  [67] htmlwidgets_1.3             httr_1.4.1                 
##  [69] RColorBrewer_1.1-2          acepack_1.4.1              
##  [71] reshape_0.8.8               pkgconfig_2.0.2            
##  [73] XML_3.98-1.20               R.methodsS3_1.7.1          
##  [75] Gviz_1.28.1                 nnet_7.3-12                
##  [77] locfit_1.5-9.1              labeling_0.3               
##  [79] later_0.8.0                 tidyselect_0.2.5           
##  [81] rlang_0.4.0                 AnnotationDbi_1.46.1       
##  [83] munsell_0.5.0               tools_3.6.1                
##  [85] downloader_0.4              generics_0.0.2             
##  [87] RSQLite_2.1.2               broom_0.5.2                
##  [89] evaluate_0.14               stringr_1.4.0              
##  [91] yaml_2.2.0                  knitr_1.24                 
##  [93] bit64_0.9-7                 survMisc_0.5.5             
##  [95] purrr_0.3.2                 AnnotationFilter_1.8.0     
##  [97] TCGAbiolinks_2.12.6         nlme_3.1-141               
##  [99] EDASeq_2.18.0               mime_0.7                   
## [101] R.oo_1.22.0                 xml2_1.2.2                 
## [103] biomaRt_2.40.4              compiler_3.6.1             
## [105] rstudioapi_0.10             plotly_4.9.0               
## [107] curl_4.0                    png_0.1-7                  
## [109] ggsignif_0.6.0              tibble_2.1.3               
## [111] geneplotter_1.62.0          stringi_1.4.3              
## [113] GenomicFeatures_1.36.4      lattice_0.20-38            
## [115] ProtGenerics_1.16.0         Matrix_1.2-17              
## [117] KMsurv_0.1-5                vctrs_0.2.0                
## [119] pillar_1.4.2                BiocManager_1.30.4         
## [121] GlobalOptions_0.1.0         data.table_1.12.2          
## [123] bitops_1.0-6                httpuv_1.5.1               
## [125] rtracklayer_1.44.4          R6_2.4.0                   
## [127] latticeExtra_0.6-28         hwriter_1.3.2              
## [129] promises_1.0.1              ShortRead_1.42.0           
## [131] gridExtra_2.3               codetools_0.2-16           
## [133] dichromat_2.0-0             assertthat_0.2.1           
## [135] rjson_0.2.20                GenomicAlignments_1.20.1   
## [137] Rsamtools_2.0.0             GenomeInfoDbData_1.2.1     
## [139] mgcv_1.8-28                 hms_0.5.1                  
## [141] grid_3.6.1                  rpart_4.1-15               
## [143] tidyr_0.8.3                 rmarkdown_1.15             
## [145] ggpubr_0.2.3                biovizBase_1.32.0          
## [147] shiny_1.3.2                 base64enc_0.1-3

Bibliography

Grossman, Robert L, and others. 2016. “Toward a Shared Vision for Cancer Genomic Data.” New England Journal of Medicine 375 (12). Mass Medical Soc:1109–12.