You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to test cstatgen by running some big pedigree. and I got the following errors.
The errors are from merlin/MerlinFamily.h. So I searched merlin related material. I found one pdf, which mentioned "Uses the Lander-Green approach to multipoint linkage, so not suitable for large pedigrees (>30 “bits”)" (https://genepi.qimr.edu.au/staff/davidD/Course/Slides/merlin.pdf).
The text was updated successfully, but these errors were encountered:
@changebio indeed Lander Green is good for multiple markers but not huge pedigrees .. This family has 8 founders and 20 descendants? Yes it is a large family indeed. But this is different issue from #2 right?
I closed the #2 issue. and ask your last comment(bit 24 is hard coded. I wonder what bit you should set it to ... perhaps large enough to make it work?) in here.
maybe 30 Bits is a good option. I tried to set the maxBits to 36 with 64G memory. But It still failed to phase haplotypes for these big families, which probably need 100G memory. The amount of computation and time required increases exponentially.
I see. We are stuck with lander-green. But this is a multi-marker, multi-sample issue ... initially I pick lander-green becauase i thought we are more in trouble of a multi-marker situation (a gene has many markers). I did not think too much of the big family situation. ... @changebio you might be correct after all that we may need some additional trimming ... I wonder if I should talk to Jurg again. Or seriously study the Pseudomarker program. What do you think?
I tried to test cstatgen by running some big pedigree. and I got the following errors.
The errors are from
merlin/MerlinFamily.h
. So I searched merlin related material. I found one pdf, which mentioned "Uses the Lander-Green approach to multipoint linkage, so not suitable for large pedigrees (>30 “bits”)" (https://genepi.qimr.edu.au/staff/davidD/Course/Slides/merlin.pdf).The text was updated successfully, but these errors were encountered: