src/hg/instinct/bioInt2/bioController.h 1.8
1.8 2009/09/01 05:18:02 sbenz
Added beginnings of EM pathway analysis
Index: src/hg/instinct/bioInt2/bioController.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/instinct/bioInt2/bioController.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -b -B -U 4 -r1.7 -r1.8
--- src/hg/instinct/bioInt2/bioController.h 20 May 2009 20:34:36 -0000 1.7
+++ src/hg/instinct/bioInt2/bioController.h 1 Sep 2009 05:18:02 -0000 1.8
@@ -63,5 +63,12 @@
struct analysisVals *factorGraph(struct biAnalysis *ba, void *data,
int sample_id, int feature_id);
+/* Pathway Analyses - Using EM */
+
+void pathwayLevelPipelineUsingEM(struct biAnalysis *ba);
+
+struct analysisVals *factorGraphUsingEM(struct biAnalysis *ba, void *data,
+ int sample_id, int feature_id);
+
#endif /* BIOCONTROLLER_H */