trans.main
Class TestScanChip

java.lang.Object
  extended bytrans.main.TestScanChip

public class TestScanChip
extends java.lang.Object

Scores windows of intensity values using several tests. If the user processed their cel intensities using the MM data then remember the following transform was performed: intensity = max((pm-mm),1) Rather inefficient.


Constructor Summary
TestScanChip(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 new varibles
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestScanChip

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

main

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

processArgs

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


printDocs

public static void printDocs()