org.fhcrc.cpl.toolbox.normalize
Class Normalizer

java.lang.Object
  extended by org.fhcrc.cpl.toolbox.normalize.Normalizer

public class Normalizer
extends java.lang.Object

Apply Pei's normalization code to a peptide array


Constructor Summary
Normalizer()
           
 
Method Summary
static boolean normalize(java.util.List<float[]> rows)
          Returns true on success, false otherwise
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Normalizer

public Normalizer()
Method Detail

normalize

public static boolean normalize(java.util.List<float[]> rows)
Returns true on success, false otherwise



Fred Hutchinson Cancer Research Center