importFrom(qvalue,qvalue)
importFrom(splines,ns)

importFrom("grDevices","gray","rgb","xy.coords")
importFrom("graphics","abline","boxplot","hist","lines","pairs","par","points",
    "rect")
importFrom("stats","dnbinom","median","optim","pchisq","pnorm","quantile",
    "rbinom","rnbinom","rnorm","var")
importFrom("utils","head","setTxtProgressBar","str","txtProgressBar")

useDynLib(NBPSeq,Cdqrls)

S3method(plot,nb.data)
S3method(plot,nb.dispersion)
S3method(plot,nbp)
S3method(print,nb.dispersion)
S3method(print,nbp)

export(estimate.disp)
export(estimate.dispersion)
export(estimate.norm.factors)
export(exact.nb.test)
export(irls.nb.1)
export(nb.glm.test)
export(nbp.test)
export(prepare.nb.data)
export(prepare.nbp)
export(test.coefficient)

