importFrom("grDevices", "rainbow")
importFrom("graphics", "abline", "barplot", "hist", "plot", "points")
importFrom("utils", "read.table")
importFrom(Rcpp,evalCpp)
useDynLib(DEploid)
export(dEploid)
export(plotProportions)
export(extractCoverageFromVcf)
export(extractCoverageFromTxt)
export(haplotypePainter)
export(plotAltVsRef)
export(computeObsWSAF)
export(histWSAF)
export(extractPLAF)
export(plotWSAFvsPLAF)
export(plotObsExpWSAF)
