rwdavies / STITCH

STITCH - Sequencing To Imputation Through Constructing Haplotypes
http://www.nature.com/ng/journal/v48/n8/abs/ng.3594.html
GNU General Public License v3.0
73 stars 19 forks source link

Hi, can you post an example of what your file currently gives you? I suspect you are getting phased output from tped, whereas gen.txt is not phased but the unphased genotype, so you would add together phased output in the obvious way to get unphased genotype. I can offer suggestions on this if you post part of an example. Note that gen.txt is optional, you don’t need it to run STITCH, it is just helpful to show accuracy as you progress through the EM algorithm #53

Closed yao-chenxin closed 2 years ago

yao-chenxin commented 2 years ago

Hi, can you post an example of what your file currently gives you? I suspect you are getting phased output from tped, whereas gen.txt is not phased but the unphased genotype, so you would add together phased output in the obvious way to get unphased genotype. I can offer suggestions on this if you post part of an example. Note that gen.txt is optional, you don’t need it to run STITCH, it is just helpful to show accuracy as you progress through the EM algorithm

Originally posted by @rwdavies in https://github.com/rwdavies/STITCH/issues/51#issuecomment-887545939