0.3 Including copy number data into oncoplots.

There are two ways one include CN status into MAF. 1. GISTIC results 2. Custom copy number table

0.3.1 GISTIC results

Most widely used tool for copy number analysis from large scale studies is GISTIC and we can simultaneously read gistic results along with MAF. GISTIC generates numerous files but we need mainly four files all_lesions.conf_XX.txt, amp_genes.conf_XX.txt, del_genes.conf_XX.txt, scores.gistic where XX is confidence level. These files contain significantly altered genomic regions along with amplified and deleted genes respectively.

This plot shows frequent deletions in TP53 gene which is located on one of the significantly deleted locus 17p13.2.

0.6 Highlighting samples

If you prefer to highlight mutations by a specific attribute, you can use additionalFeature argument.

Example: Highlight all mutations where alt allele is C.

Note that first argument (Tumor_Seq_Allele2) must a be column in MAF file, and second argument (C) is a value in that column. If you want to know what columns are present in the MAF file, use getFields.

0.7 Group by Pathways

Genes can be auto grouped based on their Biological processess by setting pathways = 'auto' or by providing custom pathway list in the form of a two column tsv file or a data.frame containing gene names and their corresponding pathway.

0.9 SessionInfo

sessionInfo()
#> R version 4.1.1 (2021-08-10)
#> Platform: x86_64-pc-linux-gnu (64-bit)
#> Running under: Ubuntu 20.04.2 LTS
#> 
#> Matrix products: default
#> BLAS:   /home/biocbuild/bbs-3.13-bioc/R/lib/libRblas.so
#> LAPACK: /home/biocbuild/bbs-3.13-bioc/R/lib/libRlapack.so
#> 
#> locale:
#>  [1] LC_CTYPE=en_US.UTF-8       LC_NUMERIC=C              
#>  [3] LC_TIME=en_GB              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] stats4    parallel  stats     graphics  grDevices utils     datasets 
#> [8] methods   base     
#> 
#> other attached packages:
#>  [1] pheatmap_1.0.12                   doParallel_1.0.16                
#>  [3] iterators_1.0.13                  foreach_1.5.1                    
#>  [5] NMF_0.23.0                        bigmemory_4.5.36                 
#>  [7] Biobase_2.52.0                    cluster_2.1.2                    
#>  [9] rngtools_1.5                      pkgmaker_0.32.2                  
#> [11] registry_0.5-1                    BSgenome.Hsapiens.UCSC.hg19_1.4.3
#> [13] BSgenome_1.60.0                   rtracklayer_1.52.1               
#> [15] Biostrings_2.60.2                 XVector_0.32.0                   
#> [17] GenomicRanges_1.44.0              GenomeInfoDb_1.28.4              
#> [19] IRanges_2.26.0                    S4Vectors_0.30.0                 
#> [21] BiocGenerics_0.38.0               mclust_5.4.7                     
#> [23] maftools_2.8.05                  
#> 
#> loaded via a namespace (and not attached):
#>  [1] bitops_1.0-7                matrixStats_0.60.1         
#>  [3] RColorBrewer_1.1-2          tools_4.1.1                
#>  [5] bslib_0.3.0                 utf8_1.2.2                 
#>  [7] R6_2.5.1                    DBI_1.1.1                  
#>  [9] colorspace_2.0-2            withr_2.4.2                
#> [11] tidyselect_1.1.1            curl_4.3.2                 
#> [13] compiler_4.1.1              DelayedArray_0.18.0        
#> [15] sass_0.4.0                  scales_1.1.1               
#> [17] stringr_1.4.0               digest_0.6.27              
#> [19] Rsamtools_2.8.0             rmarkdown_2.10             
#> [21] R.utils_2.10.1              pkgconfig_2.0.3            
#> [23] htmltools_0.5.2             MatrixGenerics_1.4.3       
#> [25] fastmap_1.1.0               highr_0.9                  
#> [27] rlang_0.4.11                jquerylib_0.1.4            
#> [29] BiocIO_1.2.0                generics_0.1.0             
#> [31] jsonlite_1.7.2              BiocParallel_1.26.2        
#> [33] dplyr_1.0.7                 berryFunctions_1.20.1      
#> [35] R.oo_1.24.0                 RCurl_1.98-1.4             
#> [37] magrittr_2.0.1              GenomeInfoDbData_1.2.6     
#> [39] Matrix_1.3-4                Rcpp_1.0.7                 
#> [41] munsell_0.5.0               fansi_0.5.0                
#> [43] abind_1.4-5                 lifecycle_1.0.0            
#> [45] R.methodsS3_1.8.1           stringi_1.7.4              
#> [47] yaml_2.2.1                  RaggedExperiment_1.16.0    
#> [49] SummarizedExperiment_1.22.0 zlibbioc_1.38.0            
#> [51] plyr_1.8.6                  grid_4.1.1                 
#> [53] bigmemory.sri_0.1.3         crayon_1.4.1               
#> [55] lattice_0.20-44             splines_4.1.1              
#> [57] knitr_1.34                  pillar_1.6.2               
#> [59] rjson_0.2.20                reshape2_1.4.4             
#> [61] codetools_0.2-18            XML_3.99-0.7               
#> [63] glue_1.4.2                  evaluate_0.14              
#> [65] data.table_1.14.0           MultiAssayExperiment_1.18.0
#> [67] vctrs_0.3.8                 gtable_0.3.0               
#> [69] purrr_0.3.4                 assertthat_0.2.1           
#> [71] ggplot2_3.3.5               xfun_0.25                  
#> [73] gridBase_0.4-7              xtable_1.8-4               
#> [75] restfulr_0.0.13             survival_3.2-13            
#> [77] tibble_3.1.4                GenomicAlignments_1.28.0   
#> [79] ellipsis_0.3.2