nix.affy.graphics
Class CelMasker

java.lang.Object
  extended bynix.affy.graphics.CelMasker

public class CelMasker
extends java.lang.Object

Application to draw and mask a raw text cel file.


Constructor Summary
CelMasker(java.lang.String[] args)
           
 
Method Summary
static float[][] loadCelFile(java.io.File celFile, int numRows)
          Loads a text version cel file.
static void main(java.lang.String[] args)
           
static void printDocs()
           
 void processArgs(java.lang.String[] args)
          This method will process each argument and assign any new varibles
 void writeCelFile()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CelMasker

public CelMasker(java.lang.String[] args)
Method Detail

loadCelFile

public static float[][] loadCelFile(java.io.File celFile,
                                    int numRows)
Loads a text version cel file.


writeCelFile

public void writeCelFile()

processArgs

public void processArgs(java.lang.String[] args)
This method will process each argument and assign any new varibles


printDocs

public static void printDocs()

main

public static void main(java.lang.String[] args)