Home

About the R code for 4 datasets using limma package in R

R Code For 4 Datasets (FC/FDR)

Number of Functions: 5 functions have been written.


1. DownloadGEO()

Purpose: Downloads a GEO dataset, extracts the expression matrix, phenotype data, and annotation, and saves them to files.

Key Steps:


2. DEGanalysis()

Purpose: Performs differential expression analysis using limma.

Key Steps:


3. Makevolcano()

Purpose: Generates volcano plots to visualize DEGs.

Key Steps:


4. Makenetworkanalyst()

Purpose: Prepares files for network analysis based on the results of differential expression analysis.

Key Steps:


5. MakeVenna()

Purpose: Creates a Venn diagram to visualize common differentially expressed genes across multiple datasets.

Key Steps:

Packages Used: