Skip to content

RedMra/GenomicStatistics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gene Expression Analysis Scripts

This repository contains a collection of R scripts for processing and analyzing gene expression data from RNA-Seq experiments. Each script performs different tasks, ranging from differential expression analysis to more advanced downstream analyses like PCA and GO enrichment. These scripts are products of workshops conducted for the course on Genomic Statistics.

Scripts Overview

1. SingleCell_simulation

Description: This folder contains four scripts that simulate single-cell RNA sequencing data using the Splatter package and differential expression analysis.

Scripts:

2. Workshops_Genomic_Statistics

Description: This script processes microarray data, including loading data, initial plotting, descriptive statistics, summarization from probes to genes, normalization, and correlation analysis.

Scripts:

How to Use

  1. Set Up the Environment:

    • Ensure you have R and RStudio installed.
    • Install the necessary packages mentioned in each script using install.packages() or BiocManager::install().
  2. Run the Scripts:

    • Open each script in RStudio.
    • Modify the setwd() function to set the working directory to where your data files are located.
    • Run the scripts line by line or as a whole to perform the analysis.
  3. Data Files:

    • Ensure you have the necessary data files downloaded and placed in the appropriate directories as mentioned in the scripts.

Notes

  • These scripts are designed to be modular, so you can run each analysis independently.
  • Make sure to read through the comments in each script for detailed explanations of each step.

License

This project is licensed under the GPLv2 License. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages