edu.cmu.cs.sb.core
Class GoAnnotations.GoResults

java.lang.Object
  extended by edu.cmu.cs.sb.core.GoAnnotations.GoResults
Enclosing class:
GoAnnotations

public static class GoAnnotations.GoResults
extends java.lang.Object

Encapsulates a set of GO enrichment results


Field Summary
 double dall
          The total number of genes in the base set
 double dselect
          The number of genes in the set being analyzed
 GoAnnotations.GoRec[] goRecArray
          An array of GO enrichment records
 
Constructor Summary
GoAnnotations.GoResults(double dall, double dselect, GoAnnotations.GoRec[] goRecArray)
          Constructor for GoResults
 
Method Summary
 void print()
          Prints out the contents of GoResults
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dall

public double dall
The total number of genes in the base set


dselect

public double dselect
The number of genes in the set being analyzed


goRecArray

public GoAnnotations.GoRec[] goRecArray
An array of GO enrichment records

Constructor Detail

GoAnnotations.GoResults

public GoAnnotations.GoResults(double dall,
                               double dselect,
                               GoAnnotations.GoRec[] goRecArray)
Constructor for GoResults

Method Detail

print

public void print()
Prints out the contents of GoResults