trans.main
Class TestScanChip
java.lang.Object
  
trans.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.
 
| 
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 | 
 
TestScanChip
public TestScanChip(java.lang.String[] args)
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()