- Home
- Bioconductor 3.22
- Software Packages
- extraChIPs
extraChIPs
This is the released version of extraChIPs; for the devel version, see extraChIPs.
Additional functions for working with ChIP-Seq data
Bioconductor version: Release (3.22)
This package builds on existing tools and adds some simple but extremely useful capabilities for working wth ChIP-Seq data. The focus is on detecting differential binding windows/regions. One set of functions focusses on set-operations retaining mcols for GRanges objects, whilst another group of functions are to aid visualisation of results. Coercion to tibble objects is also implemented.
Author: Stevie Pederson [aut, cre] ORCID iD ORCID: 0000-0001-8197-3303
Maintainer: Stevie Pederson <stephen.pederson.au at gmail.com>
citation("extraChIPs")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("extraChIPs")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("extraChIPs")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.