#Imports: AnnotationDbi, BiocGenerics, GenomicRanges, IRanges, methods

import(methods)

importFrom(BiocGenerics, lapply, Map)

importFrom(Biostrings, getSeq, reverseComplement, replaceLetterAt,
           DNAString, DNAStringSet, matchPWM, PWM, PWMscoreStartingAt)

importFrom(IRanges, elementLengths, start, end, width,
           subsetByOverlaps)

importFrom(GenomicRanges, GRanges)

importFrom(IRanges, DataFrame, IRanges)

exportPattern("^[^\\.]")
