git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@1829 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
chartl 2009-10-14 16:15:20 +00:00
parent f2886d88e0
commit f5a2e6dd50
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}