Home

About
the R code for One dataset

1- Title: Differential Expression Analysis of Breast Cancer Dataset (GSE25055) Using limma in R: Comparing two classifications of "Molecular Subtypes" and "Grading System" to Differentiate Aggressiveness Levels in Breast Cancer

Number of Functions: 3 functions have been written.

1. DownloadGEO()

Purpose: Downloads a GEO dataset based on the specified accession number (GSEname), extracts the expression matrix, phenotype data, and annotation, and saves them as files (matrix.csv, phenotype.tsv, annot.tsv).

Key Steps:


2. DEGanalysis()

Purpose: Performs differential expression analysis using the limma package, comparing either subtypes or grades based on user input.

Key Steps:


3. Makevolcano()

Purpose: Generates an interactive volcano plot using ggplot2 and plotly to visualize the results of the differential expression analysis.

Key Steps:


Packages Used: