trans.main
Class IntensityPrinter

java.lang.Object
  extended bytrans.main.IntensityPrinter

public class IntensityPrinter
extends java.lang.Object

Prints out processed '.celp' files as '.sgr' files for import into Affy's IGB.


Constructor Summary
IntensityPrinter(java.lang.String[] args)
           
 
Method Summary
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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntensityPrinter

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

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)