Thanks for making an awesome package!
Is there currently a way to specify a different prior for each SNP in multidog? I didn't see it in the documentation, but wanted to ask before I attempted to hack a way around it.
The use case I'm thinking of is genotyping in allotetraploids. I expect all SNPs to only have three genotype classes, and to segregate as in a diploid, but some of them will look sort of like ploidy = 4 (with three genotype classes like AAAA, AAAB, and AABB present and two genotype classes ABBB and BBBB not present) and some will look like ploidy = 2 (with all three genotype classes observed).
The work-around idea I had was to split my SNPs into separate pieces based on which prior and/or ploidy they need (using some heuristics) and run multidog separately for each, then merge them.
Thanks!
Thanks for making an awesome package!
Is there currently a way to specify a different prior for each SNP in
multidog? I didn't see it in the documentation, but wanted to ask before I attempted to hack a way around it.The use case I'm thinking of is genotyping in allotetraploids. I expect all SNPs to only have three genotype classes, and to segregate as in a diploid, but some of them will look sort of like ploidy = 4 (with three genotype classes like AAAA, AAAB, and AABB present and two genotype classes ABBB and BBBB not present) and some will look like ploidy = 2 (with all three genotype classes observed).
The work-around idea I had was to split my SNPs into separate pieces based on which prior and/or ploidy they need (using some heuristics) and run
multidogseparately for each, then merge them.Thanks!