scripts
Class ByClassesStandardizer

java.lang.Object
  extended by scripts.ByClassesStandardizer

public class ByClassesStandardizer
extends java.lang.Object

This script receives as input an expression matrix and separation of the conditions to classes and writes a new matrix in which every class is standardized separately. Standardization is of the genes. Expression matrix format: tab delimited file. Rows are genes\probes, columns are samples. First row\column is the row\column name.


Constructor Summary
ByClassesStandardizer()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByClassesStandardizer

public ByClassesStandardizer()
Method Detail

main

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