# NOT RUN {
#gl is a genlight object created with the read.dart and dart2genlight functions
index.repro <- gl@other$loc.metrics[,"RepAvg"] > 0.98
index.callrate <- gl@other$loc.metrics[,"CallRate"] > 0.90
index.highhet <- fox.gl.keep@other$loc.metrics[,"FreqHets"] <0.75
index.comb <- filter.dart(index.repro, index.callrate, index.coverage)
# }
Run the code above in your browser using DataLab