edu.fccc.waveread
Class GeneID
java.lang.Object
edu.fccc.waveread.GeneID
- public class GeneID
- extends java.lang.Object
|
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 |
ID
protected java.lang.String[] ID
position
protected short[] position
metaHeight
protected int metaHeight
metaWidth
protected int metaWidth
GeneID
public GeneID(java.lang.String fileName)
throws java.io.IOException
GeneID
public GeneID(VirtualFile source)
throws java.io.IOException
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