README.md

ChIP-seq processing pipeline

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

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.pacakges("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.



Try the spp package in your browser

Any scripts or data that you put into this service are public.

spp documentation built on May 30, 2019, 5:03 p.m.