Bioc2026 Registration Open!

rmspc

Multiple Sample Peak Calling

Bioconductor version: 3.23 · Package version: 1.18.0

The rmspc package runs MSPC (Multiple Sample Peak Calling) software using R. The analysis of ChIP-seq samples outputs a number of enriched regions (commonly known as "peaks"), each indicating a protein-DNA interaction or a specific chromatin modification. When replicate samples are analyzed, overlapping peaks are expected. This repeated evidence can therefore be used to locally lower the minimum significance required to accept a peak. MSPC uses combined evidence from replicated experiments to evaluate peak calling output, rescuing peaks, and reduce false positives. It takes any number of replicates as input and improves sensitivity and specificity of peak calling on each, and identifies consensus regions between the input samples.

Installation

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("rmspc")

Details

MaintainerMeriem Bahda <meriembahda@gmail.com>
AuthorVahid Jalili [aut], Marzia Angela Cremona [aut], Fernando Palluzzi [aut], Meriem Bahda [aut, cre]
LicenseGPL-3
URLhttps://genometric.github.io/MSPC/
Bug Reportshttps://github.com/Genometric/MSPC/issues
System Requirements.NET 9.0
Downloads rank235
Source branchRELEASE_3_23
biocViewsChIPSeq, ChipOnChip, DataImport, RNASeq, Sequencing, Software

Download

Dependencies

Imports: processx, BiocManager, rtracklayer, stats, tools, methods, GenomicRanges, stringr

Suggests: knitr, rmarkdown, BiocStyle, testthat (>= 3.0.0)