|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.cmu.cs.sb.core.GoAnnotations.GoResults
public static class GoAnnotations.GoResults
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 |
---|
public double dall
public double dselect
public GoAnnotations.GoRec[] goRecArray
Constructor Detail |
---|
public GoAnnotations.GoResults(double dall, double dselect, GoAnnotations.GoRec[] goRecArray)
Method Detail |
---|
public void print()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |