View Javadoc

1   package baseCode.bio;
2   
3   /***
4    * 
5    *
6    * <hr>
7    * <p>Copyright (c) 2004 Columbia University
8    * @author pavlidis
9    * @version $Id: GOTermProbability.java,v 1.1 2005/03/21 18:01:03 pavlidis Exp $
10   */
11  public class GOTermProbability {
12  //   # iterate over each term; find its children; count how many
13  //   # occurrences of the term and its children there are. Keep a running
14  //   # count of occurrences of all terms.
15  
16     
17     
18     // need to get the go term list from somewhere
19     
20     
21     // need to get the go associations from somewhere
22     
23     
24  }