#exploBATCH
#Explore batch effect (exploBATCH) is a package for discovering and correcting for batch effect using an approach in Nyamundanda et al (2017). Detailed discription on how to run exploBATCH is given in form of a vignette manual in folder named vignettes. Download the package to read the manual.
#INSTALLING exploBATCH.
#To install exploBATCH straight from syspremed github account you require devtools package. Otherwise, below are two lines of R codes to install exploBATCH.
require(devtools)
install_github("syspremed/exploBATCH_serial")
library(exploBATCH_serial)