edu.fccc.waveread
Class GeneID

java.lang.Object
  extended byedu.fccc.waveread.GeneID

public class GeneID
extends java.lang.Object


Field Summary
protected  java.lang.String[] ID
           
protected  int metaHeight
           
protected  int metaWidth
           
protected  short[] position
           
 
Constructor Summary
GeneID(java.lang.String fileName)
           
GeneID(VirtualFile source)
           
 
Method Summary
 void loadIDs(java.io.InputStream is, java.lang.String fileName)
          load an annotation file under the form of metagridrow metagridcol row col ID .
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

protected java.lang.String[] ID

position

protected short[] position

metaHeight

protected int metaHeight

metaWidth

protected int metaWidth
Constructor Detail

GeneID

public GeneID(java.lang.String fileName)
       throws java.io.IOException

GeneID

public GeneID(VirtualFile source)
       throws java.io.IOException
Method Detail

loadIDs

public void loadIDs(java.io.InputStream is,
                    java.lang.String fileName)
             throws java.io.IOException
load an annotation file under the form of metagridrow metagridcol row col ID .

Throws:
java.io.IOException