# NOT RUN {
#install qvalue from bioconductor and outflank from github
source("http://bioconductor.org/biocLite.R")
biocLite("qvalue")
library(devtools)
install_github("Whitlock/OutFLANK")
# now we are able to run outflank using a genlight object
gi.outflank(gi, plot = TRUE)
# }
Run the code above in your browser using DataLab