kundajelab / phantompeakqualtools

This package computes informative enrichment and quality measures for ChIP-seq/DNase-seq/FAIRE-seq/MNase-seq data. It can also be used to obtain robust estimates of the predominant fragment length or characteristic tag shift values in these assays.
BSD 3-Clause "New" or "Revised" License
55 stars 17 forks source link

need to load caTools #6

Open mistrm82 opened 6 years ago

mistrm82 commented 6 years ago

In the script run_spp.R at line 650 you also need to load caTools otherwise you get an error

library(caTools)