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

672

Last 30 days

5583rd

2.2K

Last 90 days

8.1K

Last year

Trend: -12% (30d vs prior 30d)

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 (2 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.

Check History

NOTE 12 OK · 2 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 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
updated 2024.1.24 ← 2017.08.15 diff Jan 23, 2024
updated 2017.08.15 ← 2017.06.20 diff Aug 14, 2017
new 2017.06.20 Jun 20, 2017