edu.cmu.cs.sb.stem
Class STEM_DataSet.ProfileRec

java.lang.Object
  extended by edu.cmu.cs.sb.stem.STEM_DataSet.ProfileRec
Enclosing class:
STEM_DataSet

public static final class STEM_DataSet.ProfileRec
extends java.lang.Object

Class implements a record for a profile, storing its ID, the number of genes assigned, the number of genes expected, and the uncorrected p-value of the number of genes assigned versus expected


Field Summary
 double dnumexpected
           
 double dnumgenes
           
 double dpvalue
           
 int nprofileindex
           
 
Method Summary
 java.lang.Object clone()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nprofileindex

public int nprofileindex

dnumgenes

public double dnumgenes

dnumexpected

public double dnumexpected

dpvalue

public double dpvalue
Method Detail

clone

public java.lang.Object clone()
Overrides:
clone in class java.lang.Object