SkillAgentSearch skills...

Spp

SPP - R package for analysis of ChIP-seq and other functional sequencing data

Install / Use

/learn @hms-dbmi/Spp
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

ChIP-seq processing pipeline

An R package for analysis of ChIP-seq and other functional sequencing data. Please see package homepage for details.

Requirements

A unix-flavored OS with R (>= 3.3.0) installed.

Installation

Since version 1.15.4 spp is available on CRAN and can be installed using the command

install.packages("spp", dependencies=TRUE)

Alternatively you can use modtools to install spp:

require(devtools)
devtools::install_github('hms-dbmi/spp', build_vignettes = FALSE)

Or

download a .tar.gz containing the latest release and use the standard R installation command, e.g.:

R CMD INSTALL spp_1.13.tar.gz

Note: Since version 1.15.4 the Boost headers are incorporated and linked taking advantage of BH package to avoid problems due to non-standard Boost libraries installation.

Related Skills

View on GitHub
GitHub Stars43
CategoryDevelopment
Updated6d ago
Forks20

Languages

C++

Security Score

75/100

Audited on Apr 3, 2026

No findings