trans.bkgrnd
Class BackGroundOligo

java.lang.Object
  extended bytrans.bkgrnd.BackGroundOligo
All Implemented Interfaces:
java.io.Serializable

public class BackGroundOligo
extends java.lang.Object
implements java.io.Serializable

A control oligo spotted multiple times on the array.

See Also:
Serialized Form

Constructor Summary
BackGroundOligo(java.lang.String sequence, int[][] coordinates)
           
 
Method Summary
 int[][] getCoordinates()
           
 java.util.ArrayList getIntensityArrayLists()
           
 java.lang.String getSequence()
           
 void setIntensityArrayLists(java.util.ArrayList intensityArrayLists)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BackGroundOligo

public BackGroundOligo(java.lang.String sequence,
                       int[][] coordinates)
Method Detail

toString

public java.lang.String toString()

getCoordinates

public int[][] getCoordinates()

getIntensityArrayLists

public java.util.ArrayList getIntensityArrayLists()

setIntensityArrayLists

public void setIntensityArrayLists(java.util.ArrayList intensityArrayLists)

getSequence

public java.lang.String getSequence()