Name Mode Size
..
figures 040000
addDiffStatus-methods.Rd 100644 2 kb
as_tibble.Rd 100644 2 kb
bestOverlap-methods.Rd 100644 2 kb
chopMC.Rd 100644 1 kb
colToRanges-methods.Rd 100644 2 kb
collapseGenes.Rd 100644 1 kb
cytobands.Rd 100644 1 kb
defineRegions.Rd 100644 3 kb
defineSeqinfo.Rd 100644 1 kb
distinctMC.Rd 100644 1 kb
dot-ec_HMP.Rd 100644 1 kb
dot-ec_HMP_adj.Rd 100644 0 kb
dot-makeFinalProfileHeatmap.Rd 100644 1 kb
dot-mapFeatures.Rd 100644 1 kb
dot-mapGi.Rd 100644 1 kb
dot-mapWithin.Rd 100644 1 kb
dualFilter.Rd 100644 5 kb
ex_datasets.Rd 100644 1 kb
extraChIPs-package.Rd 100644 4 kb
fitAssayDiff-methods.Rd 100644 5 kb
fixed_width_datasets.Rd 100644 1 kb
getProfileData-methods.Rd 100644 3 kb
grlToSE-methods.Rd 100644 2 kb
importPeaks.Rd 100644 2 kb
makeConsensus.Rd 100644 3 kb
mapByFeature.Rd 100644 4 kb
mapGrlCols.Rd 100644 2 kb
mergeByCol-methods.Rd 100644 3 kb
mergeByHMP-methods.Rd 100644 4 kb
mergeBySig-methods.Rd 100644 3 kb
partitionRanges-methods.Rd 100644 1 kb
plotAssayDensities-methods.Rd 100644 2 kb
plotAssayHeatmap-methods.Rd 100644 3 kb
plotAssayPCA-methods.Rd 100644 2 kb
plotAssayRle-methods.Rd 100644 2 kb
plotGrlCol.Rd 100644 4 kb
plotHFGC.Rd 100644 15 kb
plotOverlaps-methods.Rd 100644 3 kb
plotPairwise.Rd 100644 6 kb
plotPie-methods.Rd 100644 5 kb
plotProfileHeatmap-methods.Rd 100644 5 kb
plotSplitDonut-methods.Rd 100644 8 kb
propOverlap-methods.Rd 100644 1 kb
reduceMC.Rd 100644 1 kb
setoptsMC-methods.Rd 100644 2 kb
stitchRanges.Rd 100644 1 kb
voomWeightsFromCPM.Rd 100644 3 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/main/graph/badge.svg)](https://codecov.io/gh/smped/extraChIPs?branch=main) [![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") ```