useDynLib(QTL.gCIMapping, .registration=TRUE)
exportPattern("^[[:alpha:]]+")
importFrom(Rcpp, evalCpp)
import("MASS","qtl")
importFrom("stats","optim","pchisq","var","na.omit")
importFrom("utils","read.csv","write.table","RShowDoc")
importFrom("methods","new")
importFrom("stringr","str_extract_all")
importFrom("openxlsx","read.xlsx")
importFrom("graphics","plot","abline")
importFrom("grDevices","dev.off","jpeg","png","tiff","pdf")
importFrom("graphics","axis", "mtext", "par")
importFrom("stats", "median", "qchisq", "uniroot")
importFrom("stats","cor.test")
importFrom("stats", "AIC", "lm", "p.adjust")
importFrom("stats", "cor")
importFrom("data.table", "fread")
importFrom("doParallel","registerDoParallel")
importFrom("parallel","detectCores","makeCluster","stopCluster")
importFrom("foreach","%dopar%","%do%","foreach")
importFrom("parcor", "adalasso")
export("QTL.gCIMapping")
export("WangF")
export("WangS")
export("WenF")
export("WenS")
export("Readdata")
export("Dodata")
