Class LowessNormalization.SpotData

java.lang.Object
net.sf.basedb.plugins.LowessNormalization.SpotData
All Implemented Interfaces:
Comparable<LowessNormalization.SpotData>
Enclosing class:
LowessNormalization

private static class LowessNormalization.SpotData extends Object implements Comparable<LowessNormalization.SpotData>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) final double
     
    (package private) final int
     
    (package private) final float
     
    (package private) final float
     
    (package private) final short
     
    (package private) final boolean
     
    (package private) static final double
     
    (package private) final double
     
    (package private) float
     
    (package private) float
     
    (package private) final int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    SpotData(short column, int position, float ch1, float ch2, int block, boolean exclude, MACalculator mac)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Sort by A in ascending order.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • column

      final short column
    • position

      final int position
    • ch1

      final float ch1
    • ch2

      final float ch2
    • M

      final double M
    • A

      final double A
    • block

      final int block
    • exclude

      final boolean exclude
    • newCh1

      float newCh1
    • newCh2

      float newCh2
    • INV_LN2

      static final double INV_LN2
  • Constructor Details

    • SpotData

      public SpotData(short column, int position, float ch1, float ch2, int block, boolean exclude, MACalculator mac)
  • Method Details