import(Biostrings)
import(Rsamtools)
import(IRanges)
import(GenomicRanges)
importFrom(parallel, makeCluster, stopCluster)
importFrom(doParallel, registerDoParallel)
importFrom(foreach, foreach, '%dopar%')
importFrom(truncnorm, rtruncnorm)
importFrom(dplyr, bind_rows)
importFrom(graphics, plot)
importFrom(stats, rbeta, runif, rlnorm, dnorm, dlnorm)
importFrom(utils, capture.output)
importFrom(methods, is)
export(readSimFFPE)
export(targetReadSimFFPE)
export(calcPhredScoreProfile)

