Package: periodicDNA
Type: Package
Title: Probing DNA sequences for periodic oligonucleotides
Version: 0.2.0
Author: Jacques Serizay
Maintainer: Jacques Serizay <js2264@cam.ac.uk>
Description: The functions in this package provide a straightforward approach 
    to identify local periodic elements in short sequences such as regulatory 
    elements. 
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1.9000
Imports: 
    stats, 
    Biostrings, 
    GenomeInfoDb,
    GenomicRanges,
    IRanges,
    magrittr, 
    ggplot2, 
    S4Vectors,
    parallel,
    reshape2,
    rtracklayer,
    zoo
