Bioc2026 Registration Open!

NuPoP

An R package for nucleosome positioning prediction

Bioconductor version: 3.23 · Package version: 2.20.0

NuPoP is an R package for Nucleosome Positioning Prediction.This package is built upon a duration hidden Markov model proposed in Xi et al, 2010; Wang et al, 2008. The core of the package was written in Fotran. In addition to the R package, a stand-alone Fortran software tool is also available at https://github.com/jipingw. The Fortran codes have complete functonality as the R package. Note: NuPoP has two separate functions for prediction of nucleosome positioning, one for MNase-map trained models and the other for chemical map-trained models. The latter was implemented for four species including yeast, S.pombe, mouse and human, trained based on our recent publications. We noticed there is another package nuCpos by another group for prediction of nucleosome positioning trained with chemicals. A report to compare recent versions of NuPoP with nuCpos can be found at https://github.com/jiping/NuPoP_doc. Some more information can be found and will be posted at https://github.com/jipingw/NuPoP.

Installation

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

BiocManager::install("NuPoP")

Details

MaintainerJi-Ping Wang<jzwang@northwestern.edu>
AuthorJi-Ping Wang <jzwang@northwestern.edu>; Liqun Xi <liqunxi02@gmail.com>; Oscar Zarate <zarate@u.northwestern.edu>
LicenseGPL-2
Downloads rank346
Source branchRELEASE_3_23
biocViewsClassification, Genetics, HiddenMarkovModel, NucleosomePositioning, Software, Visualization

Documentation

Download

Dependencies

Depends: R (>= 4.0)

Imports: graphics, utils

Suggests: knitr, rmarkdown

Reverse dependencies

Suggests Me (1): nuCpos