Преглед изворни кода

Merge branch 'master' into hc/multi-parent-stats

Henry Crosswell пре 1 месец
родитељ
комит
8f10a28b72

+ 6 - 0
converted-scheme-number.csv

@@ -0,0 +1,6 @@
+Scheme,het_het,het_hom,het_wt,hom_het,hom_hom,wt_het
+het_hom x hom_het,,6.0,,,2.0,
+het_het x hom_wt,,,,4.0,,
+wt_het x het_wt,,,2.0,,,1.0
+wt_hom x het_wt,1.0,,,,,1.0
+wt_hom x hom_wt,3.0,,,,,

+ 6 - 0
converted-scheme-proportion.csv

@@ -0,0 +1,6 @@
+Scheme,het_het,het_hom,het_wt,hom_het,hom_hom,wt_het
+het_hom x hom_het,,0.75,,,0.25,
+het_het x hom_wt,,,,1.0,,
+wt_het x het_wt,,,0.67,,,0.33
+wt_hom x het_wt,0.5,,,,,0.5
+wt_hom x hom_wt,1.0,,,,,

+ 6 - 0
converted-scheme-summary.csv

@@ -0,0 +1,6 @@
+Scheme,N breeding pairs,Total successful matings,Average litter size,Average litters per pair,Total offspring,Total genotyped offspring
+het_hom x hom_het,2,3,2.67,1.5,8,8
+het_het x hom_wt,2,2,2.0,1.0,4,4
+wt_het x het_wt,2,2,1.5,1.0,3,3
+wt_hom x het_wt,2,2,1.0,1.0,2,2
+wt_hom x hom_wt,1,1,3.0,1.0,3,3

+ 10 - 0
converted-surplus-per-genotype.csv

@@ -0,0 +1,10 @@
+Genotype,Required N,Total N,Total N Surplus,Percent Surplus
+het_het,380.0,380.69,0.69,0.18
+het_hom,18.0,18.82,0.82,4.34
+hom_het,49.0,50.66,1.66,3.28
+hom_hom,1.0,1.45,0.45,30.92
+het_wt,23.0,23.16,0.16,0.69
+hom_wt,20.0,20.26,0.26,1.31
+wt_het,48.0,49.22,1.22,2.47
+wt_wt,4.0,4.34,0.34,7.89
+wt_hom,7.0,7.24,0.24,3.28

+ 7 - 0
converted-total-number.csv

@@ -0,0 +1,7 @@
+Genotype,N offspring
+hom_hom,2
+het_hom,6
+hom_het,4
+het_wt,2
+wt_het,2
+het_het,4