-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
42 lines (29 loc) · 1.32 KB
/
README.txt
File metadata and controls
42 lines (29 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# R Code for "Combined expression of FOXO and Tribbles proteins predicts survival of glioma patients"
This repository contains the R code developed for the analyses presented in the paper **"Combined expression of FOXO and Tribbles proteins predicts survival of glioma patients"**. The code facilitates data import, cleaning, and editing, as well as statistical analyses, including survival analysis and expression level comparisons. These analyses were performed across multiple independent datasets.
---
## Overview
The scripts in this repository were developed to support the analyses described in the paper **"[Paper Title]"**. The main objectives of the analysis include:
1. Importing and cleaning raw data from multiple independent glioma datasets.
2. Performing survival analysis to evaluate patient outcomes.
3. Comparing gene expression levels across groups using ANOVA.
4. Generating reproducible results for multiple datasets.
---
## Repository Structure
The repository includes files for the following 4 datasets:
1. TCGA
2. CGGA
3. REMBRANDT
4. Gravendeel
---
## Dependencies
The analysis requires R and the following R packages:
- `TCGAbiolinks`:
- `SummarizedExperiment`:
- `tidyverse`:
- `magrittr`:
- `survival`:
- `dplyr`:
- `survminer`:
- `gridExtra`:
- `GEOquery`:
- `Biobase`: