Skip to content

PeakSegDP

Dynamic Programming Algorithm for Peak Detection in ChIP-Seq Data

v2024.1.24 · Jan 24, 2024 · GPL-3

Description

A quadratic time dynamic programming algorithm can be used to compute an approximate solution to the problem of finding the most likely changepoints with respect to the Poisson likelihood, subject to a constraint on the number of segments, and the changes which must alternate: up, down, up, down, etc. For more info read <http://proceedings.mlr.press/v37/hocking15.html> "PeakSeg: constrained optimal segmentation and supervised penalty learning for peak detection in count data" by TD Hocking et al, proceedings of ICML2015.

Downloads

732

Last 30 days

4748th

732

Last 90 days

732

Last year

CRAN Check Status

2 NOTE
12 OK
Show all 14 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang NOTE
r-devel-linux-x86_64-debian-gcc NOTE
r-devel-linux-x86_64-fedora-clang OK
r-devel-linux-x86_64-fedora-gcc OK
r-devel-macos-arm64 OK
r-devel-windows-x86_64 OK
r-oldrel-macos-arm64 OK
r-oldrel-macos-x86_64 OK
r-oldrel-windows-x86_64 OK
r-patched-linux-x86_64 OK
r-release-linux-x86_64 OK
r-release-macos-arm64 OK
r-release-macos-x86_64 OK
r-release-windows-x86_64 OK
Check details (14 non-OK)
NOTE r-devel-linux-x86_64-debian-clang

CRAN incoming feasibility

Maintainer: ‘Toby Dylan Hocking <toby.hocking@r-project.org>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: c(person(given = c("Toby", "Dylan"),
                      family = "Hocking",
                      role = c("aut", "cre"),
                      email = "toby.hocking@r-project.org"),
               person(given = "Guillem",
                      family = "Rigaill",
                      role = "aut"))
as necessary.
NOTE r-devel-linux-x86_64-debian-gcc

CRAN incoming feasibility

Maintainer: ‘Toby Dylan Hocking <toby.hocking@r-project.org>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: c(person(given = c("Toby", "Dylan"),
                      family = "Hocking",
                      role = c("aut", "cre"),
                      email = "toby.hocking@r-project.org"),
               person(given = "Guillem",
                      family = "Rigaill",
                      role = "aut"))
as necessary.
OK r-devel-linux-x86_64-fedora-clang

*


            
OK r-devel-linux-x86_64-fedora-gcc

*


            
OK r-devel-macos-arm64

*


            
OK r-devel-windows-x86_64

*


            
OK r-oldrel-macos-arm64

*


            
OK r-oldrel-macos-x86_64

*


            
OK r-oldrel-windows-x86_64

*


            
OK r-patched-linux-x86_64

*


            
OK r-release-linux-x86_64

*


            
OK r-release-macos-arm64

*


            
OK r-release-macos-x86_64

*


            
OK r-release-windows-x86_64

*


            

Check History

NOTE 12 OK · 2 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 9, 2026
NOTE r-devel-linux-x86_64-debian-clang

CRAN incoming feasibility

Maintainer: ‘Toby Dylan Hocking <toby.hocking@r-project.org>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: c(person(given = c("Toby", "Dylan"),
                      family = "Hocking",
                      role = c("aut", "cre"),
                      email = "toby.hocking@r-project.org"),
               person(given = "Guillem",
                      family = "Rigaill",
                      role = "aut"))
as necessary.
NOTE r-devel-linux-x86_64-debian-gcc

CRAN incoming feasibility

Maintainer: ‘Toby Dylan Hocking <toby.hocking@r-project.org>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: c(person(given = c("Toby", "Dylan"),
                      family = "Hocking",
                      role = c("aut", "cre"),
                      email = "toby.hocking@r-project.org"),
               person(given = "Guillem",
                      family = "Rigaill",
                      role = "aut"))
as necessary.

Reverse Dependencies (1)

suggests

Dependency Network

Dependencies Reverse dependencies PeakSegOptimal PeakSegDP

Version History

new 2024.1.24 Mar 10, 2026