|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnix.affy.main.CelMapper
Substitutes coordinates in a bpmap file for actual intensity values from a .cel file. Will write the .celInt pseudo bpmap file to disk.
| Constructor Summary | |
CelMapper(int rows,
java.lang.String bpmapFile,
int numLinesInbpmapFile,
BPMapFeature[][] duplicateFeatures,
boolean useMMData,
boolean printStats)
For use with the CelProcessor |
|
CelMapper(java.lang.String[] args)
For stand alone use to create a text output file. |
|
| Method Summary | |
static void |
averageDuplicates(BPMapFeature[][] dups,
float[][] intensities)
Averages the intesities of duplicates, will not include 0 values in average. |
static double[] |
fetchNonMappedIntensities(float[][] intensities,
boolean[][] mapped)
Sums the values of a float[][] array provided the matching boolean is false. |
static void |
main(java.lang.String[] args)
|
void |
mapCelFiles(java.lang.String[] files)
|
static void |
printDocs()
|
void |
printMapCelFiles(java.io.File bpmapFile)
Method for maping a cel file to a bpmap method and printing a tab delimited text file. |
void |
processArgs(java.lang.String[] args)
This method will process each argument and assign any new varibles |
static float[][] |
zeroedFloatArray(int x,
int y)
Makes a float[x][y] and fills it with zeros. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CelMapper(int rows,
java.lang.String bpmapFile,
int numLinesInbpmapFile,
BPMapFeature[][] duplicateFeatures,
boolean useMMData,
boolean printStats)
public CelMapper(java.lang.String[] args)
| Method Detail |
public void printMapCelFiles(java.io.File bpmapFile)
public void mapCelFiles(java.lang.String[] files)
public static double[] fetchNonMappedIntensities(float[][] intensities,
boolean[][] mapped)
public static float[][] zeroedFloatArray(int x,
int y)
public static void averageDuplicates(BPMapFeature[][] dups,
float[][] intensities)
public static void main(java.lang.String[] args)
public void processArgs(java.lang.String[] args)
public static void printDocs()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||