useDynLib(Eagle)
importFrom(parallel, detectCores)
importFrom(data.table, fread)
importFrom(shinyjs, useShinyjs)
importFrom(shinyBS, bsButton)
importFrom(shinyBS, bsTooltip)
importFrom(R.utils, insert )
importFrom(mmap, sizeof)
import(ggplot2)
import(ggthemes)
importFrom(plotly, ggplotly)
importFrom(plotly, layout)
importFrom(plotly, "%>%" )
import(shinyFiles, shiny,  shinythemes,  stats, utils) 

export(
   PlotAM,
   FPR4AM,
   ReadPheno,
   ReadMarker,
   ReadMap,
   ReadZmat,
   AM,
   OpenGUI,
   SummaryAM)
