extraChIPs
Additional functions for working with ChIP-Seq data
Bioconductor version: 3.23 · Package version: 1.16.2
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.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("extraChIPs") Details
| Maintainer | Stevie Pederson <stephen.pederson.au@gmail.com> |
| Author | Stevie Pederson [aut, cre] (ORCID: <https://orcid.org/0000-0001-8197-3303>) |
| License | GPL-3 |
| URL | https://github.com/smped/extraChIPs |
| Bug Reports | https://github.com/smped/extraChIPs/issues |
| Downloads rank | 319 |
| Source branch | RELEASE_3_23 |
| biocViews | ChIPSeq, Coverage, HiC, Sequencing, Software |
Documentation
- extraChIPs: Differential Signal Using Fixed-Width Windows
- extraChIPs: Differential Signal Using Sliding Windows
- extraChIPs: Range-Based operations
Download
Dependencies
Depends: BiocParallel, R (>= 4.2.0), GenomicRanges, ggplot2 (>= 4.0.0), ggside (>= 0.4.0), Seqinfo, SummarizedExperiment (>= 1.39.1), tibble
Imports: csaw, dplyr (>= 1.1.1), edgeR (>= 4.0), forcats, GenomeInfoDb, glue, ggrepel, InteractionSet, IRanges, matrixStats, methods, patchwork, RColorBrewer, rlang, Rsamtools, rtracklayer, S4Vectors, scales, stats, stringr, tidyr, tidyselect, vctrs
Suggests: apeglm, BiocStyle, SimpleUpset, covr, DESeq2, EnrichedHeatmap, GenomicAlignments, GenomicInteractions, Gviz, ggforce, harmonicmeanp, here, knitr, limma, magrittr, plyranges, quantro, rmarkdown, testthat (>= 3.0.0), tidyverse, VennDiagram
Reverse dependencies
Suggests Me (2): motifTestR, transmogR