Uses of Class
trans.tpmap.IntensityFeature

Packages that use IntensityFeature
trans.cel Apps and methods for manipulating cel files. 
 

Uses of IntensityFeature in trans.cel
 

Methods in trans.cel that return IntensityFeature
static IntensityFeature[] MakeChromosomeSets.fetchIntensityFeatures(java.io.File[] f)
          Loads IntensityFeature[]s into a single master.
static IntensityFeature[] MakeChromosomeSets.collapseIntensityFeatureArray(IntensityFeature[][] fs)
          Collapses an uneven array of IntensityFeature[][] to IntensityFeature[].
 

Methods in trans.cel with parameters of type IntensityFeature
static void MakeChromosomeSets.splitAndSaveIntensities(IntensityFeature[] ints, java.io.File f)
          Saves the intensities to file as a int[]
static void MakeChromosomeSets.splitAndSavePositions(IntensityFeature[] ints, java.io.File f)
          Saves the positions to file as a int[]
static IntensityFeature[] MakeChromosomeSets.collapseIntensityFeatureArray(IntensityFeature[][] fs)
          Collapses an uneven array of IntensityFeature[][] to IntensityFeature[].
static boolean CelProcessor.anyNaNs(IntensityFeature[] ints)
          Looks for NaN in IntensityFeatures.