read.ess.Rd
Create an object of class ESS given a base file name
read.ess(f, ...)
f | base file name, a character string |
---|---|
... | optional arguments passed to as.ESS.object |
object of class ESS
A sensible base file name is the file ending in _sweeps_features.txt. If you used run.bvs() to run GUESS, then this function should find all the correct files. If you didn't, then this function probably won't work, and you should use as.ESS.object from the R2GUESS package directly and use ess2snpmod to allow R2GUESS functions to work.