Aggregate_Analysis_Features
Lung Adenocarcinoma (Primary solid tumor)
17 April 2019  |  None
Maintainer Information
Maintained by Broad Institute GDAC (Broad Institute of MIT & Harvard)
Overview
Introduction

This pipeline attempts to aggregate clinical features and significant genomic events such as copy number alterations, significant mutation genes and molecular subtypes across ALL pipelines in the GDAC Firehose analysis workflow, into a single feature table. Figures of co-occurring and mutually-exclusive pairs for all copy number and mutation events are generated from this feature table using pairwise Fisher's exact test. For more details please visit the online documentation.

Summary

110 samples and 200 features are included in this feature table. The figures below show which genomic pair events are co-occurring and which are mutually-exclusive.

Results
Feature sample table

Table 1.  Get Full Table Part of feature table : 10 rows and 6 columns are showed below.

participant_barcode CLI_histological_type CLI_clinical_stage CLI_histologic_grade CLI_karnofsky_performance_score CLI_pathology_M_stage
11LU013_TP Adenocarcinoma M0 G2 70 NA
11LU016_TP Adenocarcinoma M0 G3 70 NA
11LU022_TP Solid adenocarcinoma M0 G3 80 NA
11LU035_TP Solid adenocarcinoma M0 G3 80 NA
C3L-00001_TP Adenocarcinoma M0 G4 NA NA
C3L-00009_TP Acinar adenocarcinoma NA G2 NA M0
C3L-00080_TP Adenocarcinoma M0 G2 NA NA
C3L-00083_TP Adenocarcinoma M0 G2 NA M0
C3L-00093_TP Other M0 G2 NA M0
C3L-00094_TP Other M0 G3 NA NA
Example Usage: Correlation Figures

Figure 1.  Get High-res Image Co-occurring and mutually-exclusive pairs for copy number variations of arm level events. Blue means two events are co-occurring and red means two events are mutually-exclusive.

Figure 2.  Get High-res Image Co-occurring and mutually-exclusive pairs for copy number variations of focal events. Blue means two events are co-occurring and red means two events are mutually-exclusive.

Figure 3.  Get High-res Image Co-occurring and mutually-exclusive pairs for significantly mutated genes.

Figure 4.  Get High-res Image Co-occurring and mutually-exclusive pairs for all copy number and mutation events. Blue means two events are co-occurring and red means two events are mutually-exclusive.

Download the latest R code for plotting these figures from here

Methods & Data
Input
Description
  • Genelist : this file includes all copy number alteration genes from the copy number pancancer paper[1] and the census genes from Cosmic [2].

  • Clinical file :*.merged_data.txt from Append_CustomClinical.

  • Clustering file : *.mergedcluster.txt from Aggregate_Molecular_Subtype_Clusters.

  • Copy number file : broad_values_by_arm.txt, *.conf_99.txt and broad_significance_results.txt from CopyNumber_Gistic2.

  • Mutation file : *.maf, *.sig_genes.txt, *.cosmic_sig_genes.txt and patient_counts_and_rates.txt from MutSigRun2.0/CV/2CV.

  • mRNAseq expression file : *.subclassmarkers.txt and *.log2.txt from mRNAseq_Clustering_CNMF and mRNAseq_Preprocess.

Output

A detailed description of the output files :

  • Clinical features : start with CLI_ followed by clinical feature name ex: CLI_age.

  • Clustering results : start with CLUS_ followed by platform_method ex: CLUS_mRNAseq_cHierarchical.

  • Somatic mutation genes : start with SMG_ followed by version number( mutsig2.0,cv,2cv)_gene name ex: SMG_mutsig.2CV_FAM47C.

  • Somatic mutation genes expression : start wit SMG_ followed by gene name_mRNA ex: SMG_KRT3_mRNA.

  • Marker genes in each mRNAseq clustering subtype : star with mRNA_ followed by CNMF_gene name_difference_cluster number ex: mRNA_CNMF_FAM66E_.0.6_2 (In each cluster, the top 5 up regulated and top 5 down regulated genes were selected).

  • Copy number alterations :

    • Copy number focal events : start with Amp_/Del_ followed by cytoband name ex: Amp_1q32.1/Del_1p36.32.

    • Copy number arm level events : start with CN_ followed by arm_Amp/Del ex: CN_10p_Amp/CN_10p_Del.

    • Copy number alterative gene with expression: start with Amp/Del_ followed by gene name, cytoband names which contains this alterative gene and _mRNA ex: Amp_SOX2_3q26.32_mRNA/Del_PARK2_6q24.3_mRNA.

References
[1] Travis I Zack, Steven E Schumacher ..., Pan-cancer patterns of somatic copy number alteration, Nature Genetics 45:1134 (2013)