Objective:
This project investigates the stability effects of transcription factors (TFs) mutations, focusing on their impact on structural stability and gene expression profiles in Luminal A (LumA) cancer patients. Using a systems biology approach, the analysis integrates multi-omics data, combining structural insights, gene regulatory dynamics, mutational data, and gene expression to uncover mechanisms driving oncogenesis.
Tools Used:
- MAVISp: A modular framework for the structural interpretation of mutations.
- Moonlight2R: A predictive framework for identifying cancer driver genes.
By integrating these tools, the study identifies genes influenced by mutated TFs and elucidates their roles in cancer progression.
Contains input data used to generate the results (external to this project):
mutations.csv: TCGA-BRCA mutation data.BRCA_BRCA.LumA_dataDEGs.rda: Differential gene expression data for TCGA-BRCA (LumA).BRCA_BRCA.LumA_dataFilt_HUGO.rda: Normal counts of gene expression.trrust_rawdata_human.tsv: List of transcription factors, their targets, and regulation modes from TRRUST.
Generated results from this project:
FEA_lumA.rda,URA_lumA.rda,GRN_lumA.rda,PRA_lumA.rda,TF_lumA.- Summaries:
TFinfluence_summary_table.csvTFinfluence_TFmutations.csvPRA_drivers.csv.
MAVISp database files.
R scripts used for analysis and generating results/figures:
-
run_moonlight.R:- Runs the Moonlight2R pipeline.
- Produces all results and figures:
plotFEA_lumA.pngplot_TFinfluence_MAVISp_coverage.pngplot_TFinfluence_total_coverage.png.
-
somatic_mutation_analysis.R:- Runs the Somatic Mutational Analysis (as part of the thesis).
- Produces:
maf_oncoplot.pngmaf_summary.png- All lolliplots.
Figures generated by the scripts.
- Place required raw data in the
./rawdatadirectory. - Execute the scripts in
./scripts:run_moonlight.Rsomatic_mutation_analysis.R.
- View generated results in the
./resultsdirectory. - Check figures in the
./figuresdirectory.