Skip to content

osman12345/ChIP-Seq-Data-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

ChIP-Seq Analysis Script

Overview

This repository contains an R script for analyzing ChIP-Seq data, specifically for histone modifications such as H3K27Ac, H3K27me3, and H3K4me1. The script uses popular bioinformatics libraries like ChIPseeker, clusterProfiler, and ReactomePA to perform data visualization, functional enrichment analysis, and peak annotation.


Features

1. Peak Analysis

  • Visualizes ChIP-Seq peaks across chromosomes.
  • Generates heatmaps and average profile plots.

2. Peak Annotation

  • Annotates peaks relative to genomic regions such as TSS (transcription start sites).
  • Produces pie charts, bar plots, and upset plots for genomic annotation.

3. Functional Enrichment

  • Enriches pathways using the Reactome database.
  • Visualizes pathway analysis results with dot plots and enrichment maps.

4. Data Comparison

  • Compares ChIP-Seq datasets.
  • Profiles multiple datasets with heatmaps, bar plots, and TSS binding visualizations.

5. Statistical Testing

  • Conducts statistical testing for ChIP-Seq overlap enrichment.

Dependencies

The following R packages are required to run the script:

To install these packages, run:

install.packages("RColorBrewer")
BiocManager::install(c("ChIPseeker", "clusterProfiler", "TxDb.Mmusculus.UCSC.mm10.knownGene", "ReactomePA"))

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages