Fix!
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@1829 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
f2886d88e0
commit
f5a2e6dd50
|
|
@ -152,7 +152,7 @@ public class PowerBelowFrequencyWalker extends LocusWalker<Integer,Integer> {
|
|||
}
|
||||
|
||||
private double getSNPProportion(int alleles) {
|
||||
return ((double)alleles)/numIndividuals;
|
||||
return ((double)alleles)/(2*numIndividuals);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue