src/hg/tcga/pBamBam/pBamBamMuts.c 1.3
1.3 2010/03/05 19:53:24 jsanborn
initial commit
Index: src/hg/tcga/pBamBam/pBamBamMuts.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/tcga/pBamBam/pBamBamMuts.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -b -B -U 4 -r1.2 -r1.3
--- src/hg/tcga/pBamBam/pBamBamMuts.c 4 Mar 2010 04:03:51 -0000 1.2
+++ src/hg/tcga/pBamBam/pBamBamMuts.c 5 Mar 2010 19:53:24 -0000 1.3
@@ -314,18 +314,8 @@
return chi_sq;
}
-int which_model(double homo, double het)
-{
-if (homo <= het)
- return 1;
-else if (homo > het)
- return 2;
-return 0;
-}
-
-
static int model_select(dual_pileup_t *d, analysis_params_t *ap,
char *callL1, char *callL2, char *callR1, char *callR2,
float *hetL, float *hetR, int *stateL, int *stateR, int *sites)
{