Name Mode Size
R 040000
data-raw 040000
data 040000
inst 040000
longtests 040000
man 040000
src 040000
tests 040000
vignettes 040000
.BBSoptions 100644 0 kb
.Rbuildignore 100644 0 kb
.gitignore 100644 0 kb
DESCRIPTION 100644 2 kb
NAMESPACE 100644 7 kb
NEWS.md 100644 3 kb
README.md 100644 2 kb
_pkgdown.yml 100644 1 kb
README.md
# extraChIPs <img id="extrachips_logo" src="man/figures/extraChIPs.png" align="right" width = "125" /> <!-- badges: start --> [![Build Status](https://github.com/smped/extraChIPs/workflows/R-CMD-check-bioc/badge.svg)](https://github.com/smped/extraChIPs/actions) [![Codecov test coverage](https://codecov.io/gh/smped/extraChIPs/branch/gh-actions/graph/badge.svg)](https://codecov.io/gh/smped/extraChIPs?branch=gh-actions) [![Repo Status](https://img.shields.io/badge/repo%20status-Active-green.svg)](https://shields.io/) <!-- badges: end --> `extraChIPs` is a package primarily designed to enable ChIP-Seq analysis. Whilst the package was primarily built for the [GRAVI: Gene Regulatory Analysis using Variable Inputs](https://github.com/smped/GRAVI) workflow, the functionality extends beyond this specific application. Functions focus primarily on - Retaining `mcols()` when manipulating `GRanges` objects - Common visualisation utilities for ChIP-Seq analysis - Enabling sliding window analysis for differential ChIP-target binding It is intended that these functions will integrate seamlessly with other packages such as those provided in `csaw`, `plyranges` and `limma`. In addition to enabling workflows, simple coercion to `tibble` objects from `DataFrame`, `GRanges` and `GInteractions` objects is implemented. ## Installation Instructions To install this package from Bioconductor, please use `BiocManager`. ```r install.packages("BiocManager") BiocManager::install("extraChIPs") ``` To install the development version from github ```r BiocManager::install("smped/extraChIPs") ```