Skip to content

YuLab-SMU/ChIPseeker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ad18114 · Feb 4, 2025
Mar 17, 2017
Feb 4, 2025
Oct 15, 2022
Aug 20, 2024
Oct 6, 2024
Jan 9, 2024
Oct 4, 2024
Feb 27, 2018
Sep 9, 2016
Mar 2, 2017
Aug 25, 2016
Feb 27, 2018
Jan 29, 2025
Sep 20, 2016
Jan 7, 2025
Feb 4, 2025
Jan 9, 2018
Oct 30, 2024
Oct 29, 2022
Oct 29, 2022
Sep 12, 2016

Repository files navigation

ChIPseeker: ChIP peak Annotation, Comparison, and Visualization

Bioc Say Thanks!

Project Status: Active - The project has reached a stable, usable state and is being actively developed. codecov Last-changedate GitHub forks GitHub stars

platform Build Status Linux/Mac Travis Build Status AppVeyor Build Status

This package implements functions to retrieve the nearest genes around the peak, annotate genomic region of the peak, statstical methods for estimate the significance of overlap among ChIP peak data sets, and incorporate GEO database for user to compare the own dataset with those deposited in database. The comparison can be used to infer cooperative regulation and thus can be used to generate hypotheses. Several visualization functions are implemented to summarize the coverage of the peak experiment, average profile and heatmap of peaks binding to TSS regions, genomic annotation, distance to TSS, and overlap of peaks or genes.

✍️ Authors

Guangchuang YU

School of Basic Medical Sciences, Southern Medical University

https://yulab-smu.top

If you use ChIPseeker in published research, please cite:

⏬ Installation

Get the released version from Bioconductor:

## try http:// if https:// URLs are not supported
if (!requireNamespace("BiocManager", quietly=TRUE))
    install.packages("BiocManager")
## BiocManager::install("BiocUpgrade") ## you may need this
BiocManager::install("ChIPseeker")

Or the development version from github:

## install.packages("devtools")
devtools::install_github("YuLab-SMU/ChIPseeker")

Contributing

We welcome any contributions! By participating in this project you agree to abide by the terms outlined in the Contributor Code of Conduct.