Skip to content

signalbash/chipenrichfast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chipenrichfast

Faster version of the chipenrich (https://github.com/sartorlab/chipenrich) R package for gene set enrichment testing using ChIP-seq data.

Uses vectorised code and pre-filtering of genesets to cut down on run time.

Usage

devtools::install_github("signalbash/chipenrichfast")

##replace input_peaks with a GRanges or data.frame with peak locations

chipenrichfast::chipenrich(peaks=input_peaks, genome='hg38', genesets="GOBP")

About

Faster version of chipenrich that uses vectorised code and prefiltering of GO terms.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 11

Languages