ess2snpmod.Rd
Convert an ESS object to a snpmod object
ess2snpmod(ess)
ess | an object of class ESS |
---|
an object of class snpmod
R2GUESS and GUESSFM are aimed at slightly different things. That means different aspects of the output are important. R2GUESS's major object class is ESS. For GUESSFM it is snpmod. This function takes an object of class ESS and creates the corresponding snpmod object. The two contain slightly different information, so this is not a one to one transformation. You cannot do the reverse, and create an ESS object from a snpmod one, instead use the read.ess() function.